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

Type declaration

  • actionCount: number
  • dataSize: string
  • OptionalhumanDescription?: string
  • isCancellation: boolean
  • methodName: "multiSend"
  • OptionalrichDecodedInfo?: RichDecodedInfo
  • to: AddressEx
  • type: CUSTOM
  • value: string