Transfer

object Transfer

companion object

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(amount: Long, to: AccountHash, id: BigInt): Transfer

Transfert to an accountHash

Transfert to an accountHash

Value parameters:
amount

to transfer

to

recipient account

Returns:

DeployTransfer

Implicits

Implicits

implicit val decoder: Decoder[Transfer]
implicit val encoder: Encoder[Transfer]