solana-kotlin
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
solana-kotlin
solana-kotlin
/
net.avianlabs.solana.domain.core
/
DecodedInstruction
/
SystemProgram
/
InitializeNonceAccount
Initialize
Nonce
Account
data
class
InitializeNonceAccount
(
val
nonceAccount
:
PublicKey
,
val
authorizedPubkey
:
PublicKey
)
:
DecodedInstruction.SystemProgram
Members
Constructors
Initialize
Nonce
Account
Link copied to clipboard
constructor
(
nonceAccount
:
PublicKey
,
authorizedPubkey
:
PublicKey
)
Properties
authorized
Pubkey
Link copied to clipboard
val
authorizedPubkey
:
PublicKey
nonce
Account
Link copied to clipboard
val
nonceAccount
:
PublicKey
program
Link copied to clipboard
open
val
program
:
PublicKey
program
Index
Link copied to clipboard
val
programIndex
:
UInt