sign method Null safety
Signs the transaction for the signer
and given network
passphrase.
Implementation
void sign(KeyPair signer, Network network) {
_mSignatures.add(signer.signDecorated(this.hash(network)));
}
Signs the transaction for the signer
and given network
passphrase.
void sign(KeyPair signer, Network network) {
_mSignatures.add(signer.signDecorated(this.hash(network)));
}