Function contract::constants::get_entrypoints  
        source ·
        [−]pub fn get_entrypoints() -> EntryPointsExpand description
Returns all the entrypoints that the contract has
Entrypoints :
- mint 
Gets : 
metadata:String,amount:u64,recipient:Key,price:u64,comission:u8Returns :holder_id:u64 - approve
 - disapprove
 - buy
 - init
 - publish_request
 - cancel_request
 - direct_pay
 
