DecodedDataParameterValue: {
    data: string | null;
    dataDecoded?: { method: string; parameters: DecodedDataBasicParameter[] };
    operation: 0 | 1;
    to: string;
    value: string;
}

Type declaration

  • data: string | null
  • OptionaldataDecoded?: { method: string; parameters: DecodedDataBasicParameter[] }
  • operation: 0 | 1
  • to: string
  • value: string