UNPKG

jcc-ethereum-utils

Version:

Toolkit of crossing chain from Ethereum to SWTC chain

10 lines (9 loc) 169 B
declare interface IEthereumTransaction { nonce: number; gasPrice: string; gas: string; from: string; to: string; value: any; data: string; }