TWStellarExtension extension
Stellar extension
- on
Methods
-
compileWithSignatures(
{TWCoinType coin = TWCoinType.Stellar, required List< Uint8List> signatures, required List<Uint8List> publicKeys, TWPublicKeyType? pubKeyType}) → SigningOutput -
Available on SigningInput, provided by the TWStellarExtension extension
Compiles a complete transation with one or more external signatures. \paramcoincoin type. \paramsignaturessignatures to compile. \parampublicKeyspublic keys for signers to match private keys. \parampublicKeyspublic keys for signers to match private keys. \parampubKeyTypepublic key type. \return StellarSigningOutputproto object. -
preImageHashes(
[TWCoinType coin = TWCoinType.Stellar]) → PreSigningOutput -
Available on SigningInput, provided by the TWStellarExtension extension
Obtain pre-signing hashes of a transaction. \paramcoincoin type \return TransactionCompilerPreSigningOutputproto object. -
sign(
[TWCoinType coin = TWCoinType.Stellar]) → SigningOutput -
Available on SigningInput, provided by the TWStellarExtension extension
Sign \paramcoincoin type \return StellarSigningOutputproto object.