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.methods
/
NonceAccount
Nonce
Account
data
class
NonceAccount
(
val
authorizedPubkey
:
PublicKey
,
val
nonce
:
String
,
val
feeCalculator
:
FeeCalculator
)
Members
Constructors
Nonce
Account
Link copied to clipboard
constructor
(
authorizedPubkey
:
PublicKey
,
nonce
:
String
,
feeCalculator
:
FeeCalculator
)
Properties
authorized
Pubkey
Link copied to clipboard
val
authorizedPubkey
:
PublicKey
fee
Calculator
Link copied to clipboard
val
feeCalculator
:
FeeCalculator
nonce
Link copied to clipboard
val
nonce
:
String