aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Represents the response data for a multisig retrieval, containing the multisig public key structure and its corresponding Sui address.

    interface MultisigData {
        address: string;
        publicKey: MultiSigPublicKey;
    }
    Index
    address: string

    The Sui address derived from publicKey.

    publicKey: MultiSigPublicKey

    The structured 1-of-2 multisig public key with the shared-custody and user Ed25519 keys, each with weight 1.