package
0.0.0-20190617050638-84d53aaf3fbf
Repository: https://github.com/medibloc/go-medibloc.git
Documentation: pkg.go.dev
# Functions
BytesToTransactionPayload convert byte slice to Payload.
NewAddCertificationTx returns AddCertificationTx.
NewAddRecordTx returns AddRecordTx.
NewBecomeCandidateTx returns BecomeCandidateTx.
NewDeregisterAliasTx returns RegisterAliasTx.
NewGenesisDistributionTx returns GenesisDistributionTx.
NewGenesisTx return GenesisTx.
NewQuitCandidateTx returns QuitCandidateTx.
NewRegisterAliasTx returns RegisterAliasTx.
NewRevokeCertificationTx returns RevokeCertificationTx.
NewStakeTx returns NewTx.
NewTransferTx returns TransferTx.
NewUnstakeTx returns UnstakeTx.
NewVoteTx returns VoteTx.
# Constants
constants related to account alias.
constants related to account alias.
constants related to account alias.
constants related to dpos.
constants for staking and regeneration.
core transaction types.
core transaction types.
dpos transaction types.
core transaction types.
genesis transaction types.
genesis transaction types.
dpos transaction types.
core transaction types.
core transaction types.
core transaction types.
core transaction types.
core transaction types.
dpos transaction types.
constants related to dpos.
# Variables
DefaultTxMap is default map of transactions.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to dpos transactions (candidate, voting).
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to dpos transactions (candidate, voting).
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to dpos transactions (candidate, voting).
Errors related to dpos transactions (candidate, voting).
Errors related to execute transaction.
Errors related to dpos transactions (candidate, voting).
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
Errors related to execute transaction.
# Structs
AddCertificationPayload is payload type for AddCertificationTx.
AddCertificationTx is a structure for adding certification.
AddRecordPayload is payload type for TxOpAddRecord.
AddRecordTx is a structure for adding record.
BecomeCandidatePayload is payload type for BecomeCandidate.
BecomeCandidateTx is a structure for quiting cadidate.
DefaultPayload is payload type for any type of message.
DeregisterAliasTx is a structure for deregister alias.
GenesisDistributionTx represents genesis distribution transaction in executable form.
GenesisTx represents genesis transaction in executable form.
QuitCandidateTx is a structure for quiting candidate.
RegisterAliasPayload is payload type for register alias.
RegisterAliasTx is a structure for register alias.
RevokeCertificationPayload is payload type for RevokeCertificationTx.
RevokeCertificationTx is a structure for revoking certification.
StakeTx is a structure for staking med.
TransferTx is a structure for sending MED.
UnstakeTx is a structure for unstaking med.
VotePayload is payload type for VoteTx.
VoteTx is a structure for voting.
# Interfaces
Payload is an interface of transaction payload.