Trait CoinReservationResolverTrait

Source
pub trait CoinReservationResolverTrait {
    // Required method
    fn resolve_funds_withdrawal(
        &self,
        sender: SuiAddress,
        coin_reservation: ParsedObjectRefWithdrawal,
    ) -> UserInputResult<FundsWithdrawalArg>;
}
Expand description

Trait for resolving funds withdrawal from a coin reservation

Required Methods§

Implementors§