Type alias ContractEvent

ContractEvent: {
    codeHash?: number;
    contract?: Alias | null;
    id?: number;
    level?: number;
    payload?: any | null;
    rawPayload?: any | null;
    tag?: string | null;
    timestamp?: string;
    transactionId?: number;
    type?: any | null;
}

Type declaration

  • Optional codeHash?: number
  • Optional contract?: Alias | null
  • Optional id?: number
  • Optional level?: number
  • Optional payload?: any | null
  • Optional rawPayload?: any | null
  • Optional tag?: string | null
  • Optional timestamp?: string
  • Optional transactionId?: number
  • Optional type?: any | null

Generated using TypeDoc