export interface TransactionSignResponse {
    transaction: string;
    accountIdentifier: string;
}
