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

    Interface SharedCustodyAddresses

    Shared-custody configuration used to derive Aftermath multisig keys.

    interface SharedCustodyAddresses {
        address: string;
        publicKey: string;
    }
    Index
    address: string

    Configured shared-custody Sui address or object ID.

    publicKey: string

    Base64-encoded Ed25519 public key, including its Sui scheme flag byte.