Collect Fee

1 Function params

  • account: the signer of the user.

  • position_nft: the positon nft object.

1. Function

// tucana_clmm::router
public entry fun collect_fee(
    account: &signer,
    position_nft: Object<PositionNft>,
) 

Last updated