Skip to main content

hopper_close

Macro hopper_close 

Source
macro_rules! hopper_close {
    ($account:expr, $destination:expr) => { ... };
}
Expand description

Safely close an account with sentinel protection.

hopper_close!(account, destination)?;