import { Uint64String } from '../../stores/library/int'; export interface GetMetadataParams { poolAddress: string; tokenId: Uint64String; }