@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias MultiSend

    type MultiSend = {
        actionCount: number;
        dataSize: string;
        humanDescription?: string;
        isCancellation: boolean;
        methodName: "multiSend";
        richDecodedInfo?: RichDecodedInfo;
        to: AddressEx;
        type: CUSTOM;
        value: string;
    }
    Index

    Properties

    actionCount: number
    dataSize: string
    humanDescription?: string
    isCancellation: boolean
    methodName: "multiSend"
    richDecodedInfo?: RichDecodedInfo
    type: CUSTOM
    value: string