Hierarchy

  • RelayTransaction
    • GnosisExecTx

Properties

value: number
nonce: number
data: string
timestamp: string
operation: string
safeTxGas: number
dataGas: number
gasPrice: number
gasToken: string
refundReceiver: string
safeTxHash: string
txHash: string
transactionHash: string
to: string
ethereumTx: {
    txHash: string;
    to: string;
    data: string;
    blockNumber: string;
    blockTimestamp: string;
    created: string;
    modified: string;
    gasUsed: string;
    status: number;
    transactionIndex: number;
    gas: string;
    gasPrice: string;
    nonce: string;
    value: string;
    from: string;
}

Type declaration

  • txHash: string
  • to: string
  • data: string
  • blockNumber: string
  • blockTimestamp: string
  • created: string
  • modified: string
  • gasUsed: string
  • status: number
  • transactionIndex: number
  • gas: string
  • gasPrice: string
  • nonce: string
  • value: string
  • from: string

Generated using TypeDoc