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

    Represents the body needed to request a multisig setup for a user by sending their single public key in the correct byte format.

    interface ApiMultisigUserBody {
        userPublicKey: Uint8Array;
    }
    Index
    userPublicKey: Uint8Array

    The user's single public key in a Uint8Array byte format.