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