INTERFACE
MoneyOperation
Corresponds to an Operation
that deals with money.
link GraphQL Schema definition
- interface MoneyOperation {
- # The kind of operation.
- OperationKind! :
- Mutez! :
- PositiveBigNumber :
- PositiveBigNumber :
- PositiveBigNumber :
- }
link Require by
- Delegationnull
- DelegationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]`.
- DelegationRecordnull
- MoneyOperationNotificationCorresponds to an `OperationNotification` that deals with money.
- MoneyOperationRecordnull
- Originationnull
- OriginationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = origination]`.
- OriginationRecordnull
- RegisterGlobalConstantNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]`.
- Revealnull
- RevealNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = reveal]`.
- RevealRecordnull
- SetDepositsLimitNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = set_deposits_limit]`.
- Transactionnull
- TransactionNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]`.
- TransactionRecordnull