コンテンツにスキップ

SizePrefixedMultisigAccountModificationDescriptor⚓︎

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

binary layout for a multisig account modification prefixed with size

Constructors⚓︎

new SizePrefixedMultisigAccountModificationDescriptor()⚓︎

new SizePrefixedMultisigAccountModificationDescriptor(modification): SizePrefixedMultisigAccountModificationDescriptor

Creates a descriptor for SizePrefixedMultisigAccountModification.

Parameters⚓︎

Parameter Type Description
modification MultisigAccountModificationDescriptor modification

Returns⚓︎

SizePrefixedMultisigAccountModificationDescriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.modification any

Methods⚓︎

toMap()⚓︎

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