coin_delta

Function coin_delta 

Source
pub fn coin_delta(
    owner: SuiAddress,
    coin_type: TypeTag,
    delta: i128,
) -> (Key, Value)
Expand description

Build a (Key, Value) pair representing a coin-side delta — the change in coin balance for (owner, coin_type) due to a Coin<T> create / transfer / destroy event.