Query/GetReceivedAttestationUIDCount
GetReceivedAttestationUIDCount(IndexerContract, Recipient, SchemaUid) -> uint64 주어진 스키마에 대해 수신자가 받은 총 증명 수를 반환합니다. 페이지네이션 오프셋 계산에 유용합니다.
파라미터
| 이름 | 타입 | 필수 | 설명 |
|---|---|---|---|
indexer_contract | string | ✓ | Indexer 컨트랙트의 주소. |
recipient | string | ✓ | 수신자의 주소. |
schema_uid | string | ✓ | 스키마 UID. |
반환값
타입:
uint64 증명 개수.
예제
CLI 사용법
사용자가 가진 증명 수 확인.
marood query eas get-received-attestation-uid-count \
0xIndexerAddr... 0xRecipient... 0xSchema...