export interface ITransactionOptions {
    key?: any;
    keyFile?: string;
    androidAppPackageName: string;
}
