Skip to content

Useful headers for contract development in the WAX blockchain.

Notifications You must be signed in to change notification settings

World-of-Cryptopups/wax-contract-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

wax-contract-headers

Useful headers for contract development in the WAX blockchain.

Note: These header files are taken from other projects.

Headers

  • atomicassets.hpp

    Used for accessing the atomicassets contract.

  • ram.hpp

    For managing account / wallet ram.

  • wax-orng.hpp

    WAX ORNG smart contract simple header.

Utils

  • now() - get the current utc / system time
uint32_t now() {
    return current_time_point().sec_since_epoch();
}

About

Useful headers for contract development in the WAX blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages