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