@totemsdk/tx-builder
@totemsdk/tx-builder / MultisigConfig
Interface: MultisigConfig
Properties
address?
optional address?: string
ownPublicKey
ownPublicKey: string
publicKeys
publicKeys: string[]
threshold
threshold: number
type
type: "2of2" | "mofn"