sdk.subgraph.geterc721byid
Home > @openformat/sdk > Subgraph > getERC721ByID
Subgraph.getERC721ByID() method
Signature:
getERC721ByID({ id, name }: {
id: string;
name: string;
}): Promise<ContractResponse>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| { id, name } | { id: string; name: string; } |
Returns:
Promise<[ContractResponse](./sdk.contractresponse.md)<!-- -->>