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