pub fn address_delta(
owner: SuiAddress,
coin_type: TypeTag,
delta: i128,
) -> (Key, Value)Expand description
Build a (Key, Value) pair representing an accumulator-side
delta — the change in address-balance for (owner, coin_type)
observed via the accumulator-bucket pipeline.