AuthorityType class

Defines the AuthorityType class to represent different types of authorities.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the authority type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The integer value representing the authority type.
final

Methods

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

Operators

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

Static Methods

fromValue(int? value) AuthorityType
Creates an AuthorityType instance from the provided value.

Constants

accountOwner → const AuthorityType
Authority type for account owner.
closeAccount → const AuthorityType
Authority type for closing an account.
closeMint → const AuthorityType
Authority type for closing a mint.
confidentialTransferFeeConfig → const AuthorityType
Authority type for confidential transfer fee configuration.
confidentialTransferMint → const AuthorityType
Authority type for confidential transfer mint.
freezeAccount → const AuthorityType
Authority type for freezing an account.
interestRate → const AuthorityType
Authority type for interest rate.
metadataPointer → const AuthorityType
Authority type for metadata pointer.
mintTokens → const AuthorityType
Authority type for minting tokens.
permanentDelegate → const AuthorityType
Authority type for permanent delegate.
transferFeeConfig → const AuthorityType
Authority type for transfer fee configuration.
transferHookProgramId → const AuthorityType
Authority type for transfer hook program ID.
values → const List<AuthorityType>
List of all AuthorityType values.
withheldWithdraw → const AuthorityType
Authority type for withheld withdrawal.