Operations
Operations describe the actions performed by an account on the ledger. They are fundamentally composed of effects, which are the specific changes or constraints performed on the ledger.
An example operation is a Send operation which has the effects of decrementing the balance of the sender, incrementing the balance of the receiver, and validating that the sender's balance does not drop below zero.
The KeetaNet SDK provides a number of operations which are used to perform actions on the ledger.
Last updated