Documentation ¶
Index ¶
Constants ¶
View Source
const ( TxCodeOK uint32 = iota TxCodeBadParam TxCodeImproperTx TxCodeInvalidAmount TxCodeNotEnoughBalance TxCodeSelfTransaction TxCodePermissionDenied TxCodeAlreadyRequested TxCodeAlreadyGranted TxCodeParcelNotFound TxCodeRequestNotFound TxCodeUsageNotFound TxCodeBadSignature TxCodeMultipleDelegates TxCodeDelegateNotFound TxCodeNoStake TxCodeImproperStakeAmount TxCodeHeightTaken TxCodeBadValidator TxCodeLastValidator TxCodeDelegateExists TxCodeStakeLocked TxCodeImproperDraftID TxCodeImproperDraftConfig TxCodeProposedDraft TxCodeNonExistingDraft TxCodeAnotherDraftInProcess TxCodeVoteNotOpen TxCodeAlreadyVoted TxCodeNoStorage TxCodeUDCNotFound TxCodeNotFound TxCodeUnknown uint32 = 1000 )
tx codes
View Source
const ( QueryCodeOK uint32 = 0 QueryCodeBadPath uint32 = iota + 1001 // offset QueryCodeNoKey QueryCodeBadKey QueryCodeNoMatch )
query codes
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.