NonceAccountData

data class NonceAccountData(val version: UInt, val state: UInt, val authorizedPubkey: PublicKey, val nonce: String, val feeCalculator: FeeCalculator)

Constructors

Link copied to clipboard
constructor(version: UInt, state: UInt, authorizedPubkey: PublicKey, nonce: String, feeCalculator: FeeCalculator)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authorizedPubkey: PublicKey
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: UInt
Link copied to clipboard