GetTransactionsItem: {
    block_signed_at: string;
    from_address: string;
    log_events: LogEvent[];
    to_address: string;
    tx_hash: string;
    value: string;
}

Type declaration

  • block_signed_at: string
  • from_address: string
  • log_events: LogEvent[]
  • to_address: string
  • tx_hash: string
  • value: string

Generated using TypeDoc