Contract Standards
Commonly used NEAR contract standards
Extend FT functionality using hooks
before_transferandafter_transferare not public functions#[derive]will include all functionality of FungibleToken intoimplcontract
Last updated
Commonly used NEAR contract standards
Extend FT functionality using hooks
before_transfer and after_transfer are not public functions
#[derive] will include all functionality of FungibleToken into impl contract
Last updated