macro_rules! impl_non_fungible_token_approval {
    ($contract: ident, $token: ident) => { ... };
}
Expand description

Non-fungible token approval management allows for an escrow system where multiple approvals per token exist.