TransactionData: {
    addressInfoIndex?: { [key: string]: AddressEx };
    dataDecoded?: DataDecoded;
    hexData?: string;
    operation: Operation;
    to: AddressEx;
    trustedDelegateCallTarget: boolean;
    value?: string;
}

Type declaration

  • OptionaladdressInfoIndex?: { [key: string]: AddressEx }
  • OptionaldataDecoded?: DataDecoded
  • OptionalhexData?: string
  • operation: Operation
  • to: AddressEx
  • trustedDelegateCallTarget: boolean
  • Optionalvalue?: string