NonceAccount class abstract

Annotations
  • @BorshSerializable()

Constructors

NonceAccount({@BU32() required int version, @BU32() required int state, @BPublicKey() required Ed25519HDPublicKey authorizedPubkey, @BPublicKey() required Ed25519HDPublicKey nonce, @BU64() required BigInt lamportsPerSignature})
factory
NonceAccount.fromBorsh(Uint8List data)
factory

Properties

authorizedPubkey Ed25519HDPublicKey
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lamportsPerSignature BigInt
no setterinherited
nonce Ed25519HDPublicKey
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state int
no setterinherited
version int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBorsh() Uint8List
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited