Interface: HypercertIndexerInterface
Properties
claimById
• claimById: (id
: string
) => Promise
<undefined
| ClaimByIdQuery
>
Type declaration
▸ (id
): Promise
<undefined
| ClaimByIdQuery
>
Parameters
Name | Type |
---|---|
id | string |
Returns
Promise
<undefined
| ClaimByIdQuery
>
Defined in
claimsByOwner
• claimsByOwner: (owner
: string
, params?
: QueryParams
) => Promise
<undefined
| ClaimsByOwnerQuery
>
Type declaration
▸ (owner
, params?
): Promise
<undefined
| ClaimsByOwnerQuery
>
Parameters
Name | Type |
---|---|
owner | string |
params? | QueryParams |
Returns
Promise
<undefined
| ClaimsByOwnerQuery
>
Defined in
firstClaims
• firstClaims: (params?
: QueryParams
) => Promise
<undefined
| RecentClaimsQuery
>
Type declaration
▸ (params?
): Promise
<undefined
| RecentClaimsQuery
>
Parameters
Name | Type |
---|---|
params? | QueryParams |
Returns
Promise
<undefined
| RecentClaimsQuery
>
Defined in
fractionById
• fractionById: (fractionId
: string
) => Promise
<undefined
| ClaimTokenByIdQuery
>
Type declaration
▸ (fractionId
): Promise
<undefined
| ClaimTokenByIdQuery
>
Parameters
Name | Type |
---|---|
fractionId | string |
Returns
Promise
<undefined
| ClaimTokenByIdQuery
>
Defined in
fractionsByClaim
• fractionsByClaim: (claimId
: string
, params?
: QueryParams
) => Promise
<undefined
| ClaimTokensByClaimQuery
>
Type declaration
▸ (claimId
, params?
): Promise
<undefined
| ClaimTokensByClaimQuery
>
Parameters
Name | Type |
---|---|
claimId | string |
params? | QueryParams |
Returns
Promise
<undefined
| ClaimTokensByClaimQuery
>
Defined in
fractionsByOwner
• fractionsByOwner: (owner
: string
, params?
: QueryParams
) => Promise
<undefined
| ClaimTokensByOwnerQuery
>
Type declaration
▸ (owner
, params?
): Promise
<undefined
| ClaimTokensByOwnerQuery
>
Parameters
Name | Type |
---|---|
owner | string |
params? | QueryParams |
Returns
Promise
<undefined
| ClaimTokensByOwnerQuery
>
Defined in
graphClient
• graphClient: Client