UNPKG

@martiandao/aptos-web3-bip44.js

Version:
8 lines 238 B
import type { HexEncodedBytes } from './HexEncodedBytes'; /** * Table Item request for the GetTableItemRaw API */ export declare type RawTableItemRequest = { key: HexEncodedBytes; }; //# sourceMappingURL=RawTableItemRequest.d.ts.map