package
0.0.0-20191113032148-3606b63ab30f
Repository: https://github.com/phenixchain/devchain.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewType 创建执行器类型.
No description provided by the author
# Constants
ActionGenesis for genesis.
ActionTransfer for transfer.
ActionWithdraw for Withdraw.
CategoryMintBurnSupport support mint & burn.
TokenActionBurn for token burn.
TokenActionFinishCreate for token finish create.
TokenActionMint for token mint.
TokenActionPreCreate for token pre create.
TokenActionRevokeCreate for token revoke create.
TokenActionTransferToExec for token transfer to exec.
TokenIntroLenLimit token introduction length limit.
TokenNameLenLimit token name length limit.
TokenStatusCreated token create status.
TokenStatusCreateRevoked token revoke status.
TokenStatusPreCreated token pre create status.
TokenSymbolLenLimit token symbol length limit.
TyLogFinishCreateToken log for finish create token.
TyLogPreCreateToken log for pre create token.
TyLogRevokeCreateToken log for revoke create token.
TyLogTokenBurn log for token burn.
TyLogTokenDeposit log for token deposit.
TyLogTokenExecActive log for token exec active.
TyLogTokenExecDeposit log for token exec deposit.
TyLogTokenExecFrozen log for token exec frozen.
TyLogTokenExecTransfer log for token exec transfer.
TyLogTokenExecWithdraw log for token exec withdraw.
TyLogTokenGenesis log for token genesis.
TyLogTokenGenesisDeposit log for token genesis deposit.
TyLogTokenGenesisTransfer log for token genesis rransfer.
TyLogTokenMint log for token mint.
TyLogTokenTransfer log for token tranfer.
# Variables
ErrTokenBlacklist error token blacklist.
ErrTokenCanotRevoked error token canot revoked with wrong status.
ErrTokenCreatedApprover error token created approver.
ErrTokenExist error token symbol exist already.
ErrTokenHavePrecreated error owner have token pre create yet.
ErrTokenIntroLen error token introduction length.
ErrTokenNameLen error token name length.
ErrTokenNotExist error token symbol not exist.
ErrTokenNotPrecreated error token not pre created.
ErrTokenOwner error token symbol owner not match.
ErrTokenRevoker error token revoker.
ErrTokenSymbolLen error token symbol length.
ErrTokenSymbolUpper error token total Overflow.
ErrTokenTotalOverflow error token total Overflow.
ForkBadTokenSymbolX fork const.
ForkTokenBlackListX fork const.
ForkTokenCheckX fork check impl bug.
ForkTokenPriceX fork const.
ForkTokenSymbolWithNumberX fork const.
TokenX token name.
# Structs
No description provided by the author
local.
log.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
query.
No description provided by the author
state db.
TokenAccountResult about token account result.
action.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
创建token,支持最大精确度是8位小数,即存入数据库的实际总额需要放大1e8倍.
No description provided by the author
No description provided by the author
TokenType 执行器基类结构体.
# Interfaces
TokenClient is the client API for Token service.
TokenServer is the server API for Token service.