Contract Standards
Commonly used NEAR contract standards
Extend FT functionality using hooks
before_transfer
andafter_transfer
are not public functions#[derive]
will include all functionality of FungibleToken intoimpl
contract
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