File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ import { ApiPromise } from '@polkadot/api';
1818import { ApiDecoration } from '@polkadot/api/types' ;
1919import type { BlockHash } from '@polkadot/types/interfaces' ;
2020import { u8aToHex } from '@polkadot/util' ;
21+ import { merkleizeMetadata } from '@polkadot-api/merkleize-metadata' ;
2122import { BadRequest , InternalServerError } from 'http-errors' ;
2223import { ITransactionMetadataBlob } from 'src/types/responses' ;
2324
2425import { MetadataBlobParams } from '../../controllers/transaction/TransactionMetadataBlobController' ;
2526import { AbstractService } from '../AbstractService' ;
26- import { merkleizeMetadata } from '@polkadot-api/merkleize-metadata' ;
2727
2828export class TransactionMetadataBlobService extends AbstractService {
2929 /**
You can’t perform that action at this time.
0 commit comments