SCALAR
Address
Tezos address. Represented as public key hash (Base58Check-encoded) prefixed with tz1, tz2, tz3 or KT1
link GraphQL Schema definition
- scalar Address
link Require by
- AccountFilternull
- AccountRecordnull
- ActivateAccountNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = activate_account]`.
- AddressFilterProvides filters for checking equality of the property value of `Address` type.
- BalanceUpdateCorresponds to Tezos RPC -> `$operation_metadata.alpha.balance_updates`.
- BallotNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = ballot]`.
- BigmapFilternull
- DelegationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]`.
- EndorsementNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = endorsement]` -> `metadata`.
- InternalDelegationResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = delegation]`.
- InternalOperationResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result`.
- InternalOriginationResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = origination]`.
- InternalRegisterGlobalConstantResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = register_global_constant]`.
- InternalRevealResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = reveal]`.
- InternalSetDepositsLimitResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = set_deposits_limit]`.
- InternalTransactionResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = transaction]`.
- MoneyOperationNotificationCorresponds to an `OperationNotification` that deals with money.
- NullableAddressArrayFilterProvides filters for checking the filter value against array of the property values of nullable `Address` type.
- NullableAddressFilterProvides filters for checking equality of the property value of nullable `Address` type.
- OperationsFilternull
- OriginationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = origination]`.
- OriginationNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.origination`.
- OriginationRecordnull
- PreendorsementNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = preendorsement]` -> `metadata`.
- ProposalsNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = proposals]`.
- RegisterGlobalConstantNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]`.
- RegisterGlobalConstantNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.register_global_constant`.
- RevealNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = reveal]`.
- SetDepositsLimitNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = set_deposits_limit]`.
- TransactionNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]`.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.