Documentation ¶
Index ¶
- func CreateName(scs *state.ContractState, tx *types.TxBody) error
- func ExecuteNameTx(scs *state.ContractState, txBody *types.TxBody) error
- func GetAddress(scs *state.ContractState, name []byte) []byte
- func Resolve(bs *state.BlockState, name []byte) []byte
- func UpdateName(scs *state.ContractState, tx *types.TxBody) error
- func ValidateNameTx(tx *types.TxBody, scs *state.ContractState) error
- type Owner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateName ¶
func CreateName(scs *state.ContractState, tx *types.TxBody) error
func ExecuteNameTx ¶
func ExecuteNameTx(scs *state.ContractState, txBody *types.TxBody) error
func GetAddress ¶
func GetAddress(scs *state.ContractState, name []byte) []byte
GetAddress is resolve name for mempool
func Resolve ¶
func Resolve(bs *state.BlockState, name []byte) []byte
Resolve is resolve name for chain
func UpdateName ¶
func UpdateName(scs *state.ContractState, tx *types.TxBody) error
UpdateName is avaliable after bid implement
func ValidateNameTx ¶
func ValidateNameTx(tx *types.TxBody, scs *state.ContractState) error
Types ¶
Click to show internal directories.
Click to hide internal directories.