GlobalContext class

Annotations
  • @BorshSerializable()

Constructors

GlobalContext.new({@BU8() required int bump, @BPublicKey() required Ed25519HDPublicKey updateAuthority, @BPublicKey() required Ed25519HDPublicKey rentAuthority, @BU64() required BigInt feeBasisPoints})
factory
GlobalContext.fromBorsh(Uint8List data)
factory

Properties

bump int
no setterinherited
feeBasisPoints BigInt
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rentAuthority → Ed25519HDPublicKey
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAuthority → Ed25519HDPublicKey
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