CosignatureV1Descriptor⚓︎
- CosignatureV1Descriptor
- Type safe descriptor used to generate a descriptor map for CosignatureV1Descriptor.
binary layout for a cosignature transaction (V1, latest)
Constructors⚓︎
new CosignatureV1Descriptor()⚓︎
Creates a descriptor for CosignatureV1.
Parameters⚓︎
| Parameter | Type | Description |
|---|---|---|
otherTransactionHash |
Hash256 |
other transaction hash |
multisigAccountAddress |
Address |
multisig account address |
Returns⚓︎
CosignatureV1Descriptor
Properties⚓︎
| Property | Type |
|---|---|
rawDescriptor |
object |
rawDescriptor.multisigAccountAddress |
Address |
rawDescriptor.otherTransactionHash |
Hash256 |
rawDescriptor.type |
string |
Methods⚓︎
toMap()⚓︎
- CosignatureV1Descriptor.toMap
- Builds a representation of this descriptor that can be passed to a factory function.
Returns⚓︎
object
Descriptor that can be passed to a factory function.