SolanaAccountInfo class

Constructors

SolanaAccountInfo({required bool executable, required BigInt lamports, required SolAddress owner, required double rentEpoch, required int space, required dynamic data})
const
SolanaAccountInfo.fromJson(Map<String, dynamic> json)
factory

Properties

data → dynamic
final
executable bool
final
hashCode int
The hash code for this object.
no setterinherited
lamports BigInt
final
owner SolAddress
final
rentEpoch double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytesData() List<int>
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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