menu
reown_appkit package
documentation
solana/solana_web3/src/rpc/models/account_info.dart
AccountInfo<T>
executable property
executable property
dark_mode
light_mode
executable
property
bool
executable
final
Indicates if the account contains a program (and is strictly read-only)
Implementation
final
bool
executable;
reown_appkit package
documentation
solana/solana_web3/src/rpc/models/account_info
AccountInfo<T>
executable property
AccountInfo class
Constructors
new
fromJson
Properties
binaryData
borshSchema
data
executable
hashCode
isBinary
isJson
jsonData
lamports
owner
rawData
rentEpoch
runtimeType
Methods
borshSize
noSuchMethod
toBorsh
toJson
toString
Operators
operator ==
Static properties
binaryCodec
Static methods
fromBorsh
fromBorshBase64
tryFromBorsh
tryFromBorshBase64
tryFromJson