Type alias: NotificationsSubscription
type NotificationsSubscription: object;
Type declaration
Member | Type |
---|---|
__typename | "Subscription" |
notifications | object |
notifications.__typename | "GqlDbWriteOpShard" |
notifications.shardName | NetworkName |
notifications.writeOp | object |
notifications.writeOp.__typename | "GqlDbWriteOpInfo" |
notifications.writeOp.blockInfo | object |
notifications.writeOp.blockInfo.__typename | "GqlBlockInfo" |
notifications.writeOp.blockInfo.hash | string |
notifications.writeOp.blockInfo.height | any |
notifications.writeOp.blockInfo.time | any |
notifications.writeOp.op | object |
notifications.writeOp.op.__typename | "GqlDbWriteOp" |
notifications.writeOp.op.issuedClaim | object |
notifications.writeOp.op.issuedClaim.__typename | "GqlIssuedClaim" |
notifications.writeOp.op.issuedClaim.content | object |
notifications.writeOp.op.issuedClaim.content.__typename | "GqlClaim" |
notifications.writeOp.op.issuedClaim.content.body | any |
notifications.writeOp.op.issuedClaim.content.feesStored | any |
notifications.writeOp.op.issuedClaim.content.key | any |
notifications.writeOp.op.issuedClaim.issuer | any |
notifications.writeOp.op.revokeClaim | boolean |