export interface EncodeTransactionOptions {
    gasPrice?: string;
    gasLimit?: string;
    fromAddress: string;
}
