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