TWSolanaAddress class abstract
Solana address helper functions
- Implementers
 
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
- 
  TWSolanaAddressCreateWithString(
Pointer< Utf8> string) → Pointer<Void>  - Creates an address from a string representation.
 - 
  TWSolanaAddressDefaultTokenAddress(
Pointer< Void> address, Pointer<Utf8> tokenMintAddress) → Pointer<Utf8>  - Derive default token address for token
 - 
  TWSolanaAddressDelete(
Pointer< Void> address) → void - Delete the given Solana address
 - 
  TWSolanaAddressDescription(
Pointer< Void> address) → Pointer<Utf8>  - Returns the address string representation.