SolanaService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
getPrice(
List< String> tokenAddresses, List<String> currencies) → Future - Get token price,
-
getTokenByTokenAddresses(
String address, List< String> tokenAddresses) → Future - Get token by token addresses
-
getTokensAndNFTs(
String address, bool parseMetadataUri) → Future - Get tokens and NFTs
-
getTransactionsByAddress(
String address) → Future - Get transacions
-
rpc(
String method, List params) → Future -
serializeSolTransaction(
SerializeSOLTransaction transaction) → Future -
Seralize SOL transaction
transaction
is a SerializeSOLTransaction object -
serializeSplTokenTransaction(
SerializeSplTokenTransaction transaction) → Future -
Seralize Spl token transaction
transaction
is a SerializeSplTokenTransaction object -
serializeWSolTokenTransaction(
SerializeWSOLTransaction transaction) → Future -
Seralize unwrap SOL transaction
transaction
is a SerializeWSOLTransaction object