UNPKG

olympus-module

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

15 lines (14 loc) 251 B
export interface Tx { hash: string; gasPrice: number; from: string; to: string; data: any; value: number | '0x' | '0x0'; gas: number; blockHash: string; blockNumber: string; nonce: number; timestamp: string; chainId: number; }