InternalTransaction: {
    data: string | null;
    dataDecoded?: DataDecoded;
    operation: Operation;
    to: string;
    value?: string;
}

Type declaration

  • data: string | null
  • OptionaldataDecoded?: DataDecoded
  • operation: Operation
  • to: string
  • Optionalvalue?: string