コンテンツにスキップ

CosignatureV1BodyDescriptor⚓︎

CosignatureV1BodyDescriptor
Type safe descriptor used to generate a descriptor map for CosignatureV1BodyDescriptor.

shared content between V1 verifiable and non-verifiable cosignature transactions

Constructors⚓︎

new CosignatureV1BodyDescriptor()⚓︎

new CosignatureV1BodyDescriptor(otherTransactionHash, multisigAccountAddress): CosignatureV1BodyDescriptor

Creates a descriptor for CosignatureV1Body.

Parameters⚓︎

Parameter Type Description
otherTransactionHash Hash256 other transaction hash
multisigAccountAddress Address multisig account address

Returns⚓︎

CosignatureV1BodyDescriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.multisigAccountAddress Address
rawDescriptor.otherTransactionHash Hash256

Methods⚓︎

toMap()⚓︎

toMap(): object
CosignatureV1BodyDescriptor.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.