UNPKG

aion-gql-webcomponents

Version:
12 lines (11 loc) 207 B
export declare class Transaction { nonce: number; to: string; from: string; value: number; data: string; timestamp: number; gas: string; gasPrice: string; type: number; }