A list of ed25519 signatures
4 bytes, at most 32 signatures are supported. If Nth bit value is 1
, the Nth
signature should be provided in signatures
. Bits are read from left to right
Readonly
bitmap4 bytes, at most 32 signatures are supported. If Nth bit value is 1
, the Nth
signature should be provided in signatures
. Bits are read from left to right
Readonly
signaturesA list of ed25519 signatures
Static
BITMAP_Static
createHelper method to create a bitmap out of the specified bit positions
Here's an example of valid bits
[0, 2, 31]
[0, 2, 31]
means the 1st, 3rd and 32nd bits should be set in the bitmap.
The result bitmap should be 0b1010000000000000000000000000001
bitmap that is 32bit long
The bitmap positions that should be set. A position starts at index 0. Valid position should range between 0 and 31.
Static
deserializeGenerated using TypeDoc
Signature for a K-of-N multisig transaction.
See
Creating a Signed Transaction