export interface RosettaTransactionIdentifier {
    hash: string;
}
