Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 2.97 KB

eosio-token.rst

File metadata and controls

96 lines (60 loc) · 2.97 KB

eosio.token

Introduction

The eosio.token contract defines the structures and actions that allow users to create, issue, and manage tokens on EOSIO based blockchains. The core token EOS of the EOSIO mainnet are issued under the account eosio.token using this smart contract.

Types

There are a few types used in eosio.token as basic data structures. You can click the link in the action definitions to see how the types are defined.

Smart Contract

Actions

Tables