export interface TransactionSignRequest { transaction: any; publicKey: string; callbackURL?: string; }