Close Position

1 Function params

  • account: the signer of the user.

  • position_nft: the positon nft object.

1. Function

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

Last updated