@hypernetlabs/hypernet-id-objects
Version:
8 lines • 468 B
TypeScript
import { ChainId, EthereumAccountAddress, RegistryTokenId } from "@hypernetlabs/objects";
import { HypernetProfileToken } from "./HypernetProfileToken";
export declare class MintedProfileToken extends HypernetProfileToken {
tokenId: RegistryTokenId;
chainId: ChainId;
constructor(tokenId: RegistryTokenId, chainId: ChainId, ownerAddress: EthereumAccountAddress, username: string, content: string);
}
//# sourceMappingURL=MintedHypernetProfileToken.d.ts.map