TWDecredExtension extension
Decred extension
- on
Methods
-
compileWithSignaturesDecred(
{TWCoinType coin = TWCoinType.Decred, required List< Uint8List> signatures, required List<Uint8List> publicKeys, TWPublicKeyType? pubKeyType}) → SigningOutput -
Available on SigningInput, provided by the TWDecredExtension 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 DecredSigningOutputproto object. -
signDecred(
[TWCoinType coin = TWCoinType.Decred]) → SigningOutput -
Available on SigningInput, provided by the TWDecredExtension extension
Sign \paramcoincoin type \return DecredSigningOutputproto object.