Transfer

data class Transfer(val from: PublicKey, val to: PublicKey, val lamports: Long) : DecodedInstruction.SystemProgram

Constructors

Link copied to clipboard
constructor(from: PublicKey, to: PublicKey, lamports: Long)

Properties

Link copied to clipboard
val from: PublicKey
Link copied to clipboard
Link copied to clipboard
open val program: PublicKey
Link copied to clipboard
Link copied to clipboard
val to: PublicKey