export interface TransactionHash {
    hash: Uint8Array;
    id: string;
}
