Documentation ¶
Index ¶
- func NewTransactionDBGetActiveMintConditionHandler(txdb *persist.TransactionDB) httprouter.Handle
- func NewTransactionDBGetMintConditionAtHandler(txdb *persist.TransactionDB) httprouter.Handle
- func RegisterTransactionDBHTTPHandlers(router api.Router, txdb *persist.TransactionDB)
- type TransactionDBGetMintCondition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTransactionDBGetActiveMintConditionHandler ¶
func NewTransactionDBGetActiveMintConditionHandler(txdb *persist.TransactionDB) httprouter.Handle
NewTransactionDBGetActiveMintConditionHandler creates a handler to handle the API calls to /transactiondb/mintcondition.
func NewTransactionDBGetMintConditionAtHandler ¶
func NewTransactionDBGetMintConditionAtHandler(txdb *persist.TransactionDB) httprouter.Handle
NewTransactionDBGetMintConditionAtHandler creates a handler to handle the API calls to /transactiondb/mintcondition/:height.
func RegisterTransactionDBHTTPHandlers ¶
func RegisterTransactionDBHTTPHandlers(router api.Router, txdb *persist.TransactionDB)
RegisterTransactionDBHTTPHandlers registers the handlers for all TransactionDB HTTP endpoints.
Types ¶
type TransactionDBGetMintCondition ¶
type TransactionDBGetMintCondition struct {
MintCondition types.UnlockConditionProxy `json:"mintcondition"`
}
TransactionDBGetMintCondition contains a requested mint condition, either the current active one active for the given blockheight or lower.
Click to show internal directories.
Click to hide internal directories.