Interface UnsignedMultiSigOptions

Hierarchy

  • UnsignedMultiSigOptions

Properties

address?: string

The address of the multi-sig account.

  • If NOT provided, the public-key order is taken AS IS.
  • If provided, the address will be checked against the order of the public-keys (either AS IS or SORTED). The default is to SORT the public-keys (only if the address is provided).
numSignatures: number

The minimum required signatures N (in a N of M multi-sig)

publicKeys: string[]

The M public-keys (in a N of M multi-sig), which together form the address of the multi-sig account

useNonSequentialMultiSig?: boolean

Use newer non-sequential multi-sig hashmode for transaction. Future releases may make this the default.

Generated using TypeDoc