Interface AccountsUpdate.ConfigureDeltaFromStateAndContext

Enclosing class:
AccountsUpdate
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AccountsUpdate.ConfigureDeltaFromStateAndContext
Interface for updating the account delta, providing the current state and storage accessors.

Account updates which need to perform extra storage reads/writes during the update, should use this interface.

If storage accessors are not needed, use AccountsUpdate.ConfigureStatelessDelta or AccountsUpdate.ConfigureDeltaFromState instead.