TWSolanaExtension extension
Solana extension
- on
Methods
-
compileWithSignatures(
{TWCoinType coin = TWCoinType.Solana, required List< Uint8List> signatures, required List<Uint8List> publicKeys, TWPublicKeyType? pubKeyType}) → SigningOutput -
Available on SigningInput, provided by the TWSolanaExtension extension
Compiles a complete transation with one or more external signatures. \paramcoin
coin type. \paramsignatures
signatures to compile. \parampublicKeys
public keys for signers to match private keys. \parampublicKeys
public keys for signers to match private keys. \parampubKeyType
public key type. \return SolanaSigningOutput
proto object. -
preImageHashes(
[TWCoinType coin = TWCoinType.Solana]) → PreSigningOutput -
Available on SigningInput, provided by the TWSolanaExtension extension
Obtain pre-signing hashes of a transaction. \paramcoin
coin type \return SolanaPreSigningOutput
proto object. -
sign(
[TWCoinType coin = TWCoinType.Solana]) → SigningOutput -
Available on SigningInput, provided by the TWSolanaExtension extension
Sign \paramcoin
coin type \return SolanaSigningOutput
proto object.