toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.domain.core
/
DecodedInstruction
/
TokenProgram
/
TransferChecked
Transfer
Checked
data
class
TransferChecked
(
val
source
:
PublicKey
,
val
mint
:
PublicKey
,
val
destination
:
PublicKey
,
val
owner
:
PublicKey
,
val
amount
:
Long
,
val
decimals
:
UByte
)
:
DecodedInstruction.TokenProgram
Members
Constructors
Transfer
Checked
Link copied to clipboard
constructor
(
source
:
PublicKey
,
mint
:
PublicKey
,
destination
:
PublicKey
,
owner
:
PublicKey
,
amount
:
Long
,
decimals
:
UByte
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
decimals
Link copied to clipboard
val
decimals
:
UByte
destination
Link copied to clipboard
val
destination
:
PublicKey
mint
Link copied to clipboard
val
mint
:
PublicKey
owner
Link copied to clipboard
val
owner
:
PublicKey
program
Link copied to clipboard
open
val
program
:
PublicKey
program
Index
Link copied to clipboard
val
programIndex
:
UByte
source
Link copied to clipboard
val
source
:
PublicKey