Documentation ¶
Index ¶
- Constants
- func Loader(L *lua.LState) int
- func RegisterActivateProducerType(L *lua.LState)
- func RegisterArbitratorsType(L *lua.LState)
- func RegisterAttributeType(L *lua.LState)
- func RegisterBlockType(L *lua.LState)
- func RegisterCancelProducerType(L *lua.LState)
- func RegisterClientType(L *lua.LState)
- func RegisterCoinBaseType(L *lua.LState)
- func RegisterConfirmType(L *lua.LState)
- func RegisterDataType(L *lua.LState) int
- func RegisterDefaultOutputType(L *lua.LState)
- func RegisterDposManagerType(L *lua.LState)
- func RegisterDposNetworkType(L *lua.LState)
- func RegisterHeaderType(L *lua.LState)
- func RegisterIllegalBlocksType(L *lua.LState)
- func RegisterIllegalProposalsType(L *lua.LState)
- func RegisterIllegalVotesType(L *lua.LState)
- func RegisterInputType(L *lua.LState)
- func RegisterOutputType(L *lua.LState)
- func RegisterProgramType(L *lua.LState)
- func RegisterProposalType(L *lua.LState)
- func RegisterRegisterProducerType(L *lua.LState)
- func RegisterReturnDepositCoinType(L *lua.LState)
- func RegisterSidechainPowType(L *lua.LState)
- func RegisterStringsType(L *lua.LState)
- func RegisterTransactionType(L *lua.LState)
- func RegisterTransferAssetType(L *lua.LState)
- func RegisterUpdateProducerType(L *lua.LState)
- func RegisterVoteContentType(L *lua.LState)
- func RegisterVoteOutputType(L *lua.LState)
- func RegisterVoteType(L *lua.LState)
- type RelayType
Constants ¶
View Source
const (
MajorityCount = 4
)
Variables ¶
This section is empty.
Functions ¶
func RegisterActivateProducerType ¶
func RegisterActivateProducerType(L *lua.LState)
func RegisterArbitratorsType ¶
func RegisterArbitratorsType(L *lua.LState)
func RegisterAttributeType ¶
func RegisterAttributeType(L *lua.LState)
func RegisterBlockType ¶
func RegisterBlockType(L *lua.LState)
func RegisterCancelProducerType ¶
func RegisterCancelProducerType(L *lua.LState)
func RegisterClientType ¶
func RegisterClientType(L *lua.LState)
func RegisterCoinBaseType ¶
func RegisterCoinBaseType(L *lua.LState)
func RegisterConfirmType ¶
func RegisterConfirmType(L *lua.LState)
func RegisterDataType ¶
func RegisterDataType(L *lua.LState) int
func RegisterDefaultOutputType ¶
func RegisterDefaultOutputType(L *lua.LState)
Default Output Payload
func RegisterDposManagerType ¶
func RegisterDposManagerType(L *lua.LState)
func RegisterDposNetworkType ¶
func RegisterDposNetworkType(L *lua.LState)
func RegisterHeaderType ¶
func RegisterHeaderType(L *lua.LState)
func RegisterIllegalBlocksType ¶
func RegisterIllegalBlocksType(L *lua.LState)
func RegisterIllegalProposalsType ¶
func RegisterIllegalProposalsType(L *lua.LState)
func RegisterIllegalVotesType ¶
func RegisterIllegalVotesType(L *lua.LState)
func RegisterInputType ¶
func RegisterInputType(L *lua.LState)
func RegisterOutputType ¶
func RegisterOutputType(L *lua.LState)
func RegisterProgramType ¶ added in v0.3.2
func RegisterProposalType ¶
func RegisterProposalType(L *lua.LState)
func RegisterRegisterProducerType ¶
func RegisterRegisterProducerType(L *lua.LState)
Registers my person type to given L.
func RegisterReturnDepositCoinType ¶
func RegisterReturnDepositCoinType(L *lua.LState)
func RegisterSidechainPowType ¶ added in v0.3.2
func RegisterSidechainPowType(L *lua.LState)
func RegisterStringsType ¶
func RegisterStringsType(L *lua.LState)
func RegisterTransactionType ¶
func RegisterTransactionType(L *lua.LState)
func RegisterTransferAssetType ¶
func RegisterTransferAssetType(L *lua.LState)
Registers my person type to given L.
func RegisterUpdateProducerType ¶
func RegisterUpdateProducerType(L *lua.LState)
func RegisterVoteType ¶
func RegisterVoteType(L *lua.LState)
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.