export interface ContractTransaction extends TransactionBase { readonly type: TransactionType.Contract; }