@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias MultisigPayloadResponse

    The response payload for a multisig transaction, containing the type of the transaction.

    type MultisigPayloadResponse = {
        multisig_address: string;
        transaction_payload?: EntryFunctionPayloadResponse;
        type: string;
    }
    Index

    Properties

    multisig_address: string
    transaction_payload?: EntryFunctionPayloadResponse
    type: string