export interface WalletTransaction { from: string; to: string; data: string; gas?: number; gaPriceCoef?: number; value?: string; nonce?: string; expiration: number; chainTag: string; blockRef: string; }