Type alias: WalletShardQueries
type WalletShardQueries: object;
Type declaration
Member | Type | Description |
---|---|---|
__typename | "WalletShardQueries" | - |
currentTip | BlockAnchor | - |
fetchClaim | Maybe <GqlClaim > | - |
fetchClaims | GqlDbClaimsPage | Deprecated Use fetch_claims_stable |
fetchClaimsStable | GqlClaimInfo [] | - |
fetchImmutableClaims | GqlDbClaimsPage | - |
fetchLastImmutableClaimsStable | GqlClaimInfo [] | - |
getOnChainData | OnChain | - |
queryClaimsDiff | GqlDbWriteOpPage | Deprecated This should be re-implemented to use snapshots as other methods |
shardName | NetworkName | - |
validateBlockAnchors | Scalars ["Boolean" ][] | - |