sign
Add the given list of keypairs as signers of this test transaction builder.
When this builder is built, the transaction will be signed with all keypairs in the list.
Since
0.10.4
Parameters
the list of keypairs with which to sign this transaction
Add the given keypairs as signers of this test transaction builder.
When this builder is built, the transaction will be signed with all given keypairs.
Since
0.10.4
Parameters
the keypairs with which to sign this transaction
Add the given list of private keys as signers of this test transaction builder.
When this builder is built, the transaction will be signed with all private keys in the list.
Since
0.10.4
Parameters
the list of private keys with which to sign this transaction
Add the given private keys as signers of this test transaction builder.
When this builder is built, the transaction will be signed with all given private keys.
Since
0.10.4
Parameters
the private keys with which to sign this transaction