UNPKG

pegasys-orchestrate

Version:

The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript

15 lines (14 loc) 286 B
export interface ITransactionContext { from?: string; to?: string; gas?: number; gasPrice?: string; gasFeeCap?: string; gasTipCap?: string; txType?: string; nonce?: number; value?: string; input?: string; raw?: string; txHash?: string; }