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