TWNanoExtension extension
Nano extension
- on
Methods
-
compileWithSignatures(
{TWCoinType coin = TWCoinType.Nano, required List< Uint8List> signatures, required List<Uint8List> publicKeys, TWPublicKeyType? pubKeyType}) → SigningOutput -
Available on SigningInput, provided by the TWNanoExtension 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 NanoSigningOutputproto object. -
preImageHashes(
[TWCoinType coin = TWCoinType.Nano]) → PreSigningOutput -
Available on SigningInput, provided by the TWNanoExtension extension
Obtain pre-signing hashes of a transaction. \paramcoincoin type \return TransactionCompilerPreSigningOutputproto object. -
sign(
[TWCoinType coin = TWCoinType.Nano]) → SigningOutput -
Available on SigningInput, provided by the TWNanoExtension extension
Sign \paramcoincoin type \return NanoSigningOutputproto object.