Documentation ¶
Index ¶
- Variables
- func GetAddress(c echo.Context) error
- func GetAddressUnspentOutputs(c echo.Context) error
- func GetBranch(c echo.Context) (err error)
- func GetBranchChildren(c echo.Context) (err error)
- func GetBranchConflicts(c echo.Context) (err error)
- func GetOutput(c echo.Context) (err error)
- func GetOutputConsumers(c echo.Context) (err error)
- func GetOutputMetadata(c echo.Context) (err error)
- func GetTransaction(c echo.Context) (err error)
- func GetTransactionAttachments(c echo.Context) (err error)
- func GetTransactionConsensusMetadata(c echo.Context) (err error)
- func GetTransactionInclusionState(c echo.Context) (err error)
- func GetTransactionMetadata(c echo.Context) (err error)
- func Plugin() *node.Plugin
- func PostAddressUnspentOutputs(c echo.Context) error
- func PostTransaction(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
var ( // ErrNotAllowedToPledgeManaToNode defines an unsupported node to pledge mana to. ErrNotAllowedToPledgeManaToNode = errors.New("not allowed to pledge mana to node") )
Functions ¶
func GetAddress ¶
GetAddress is the handler for the /ledgerstate/addresses/:address endpoint.
func GetAddressUnspentOutputs ¶
GetAddressUnspentOutputs is the handler for the /ledgerstate/addresses/:address/unspentOutputs endpoint.
func GetBranchChildren ¶
GetBranchChildren is the handler for the /ledgerstate/branch/:branchID/childBranches endpoint.
func GetBranchConflicts ¶
GetBranchConflicts is the handler for the /ledgerstate/branch/:branchID/conflicts endpoint.
func GetOutputConsumers ¶
GetOutputConsumers is the handler for the /ledgerstate/outputs/:outputID/consumers endpoint.
func GetOutputMetadata ¶
GetOutputMetadata is the handler for the /ledgerstate/outputs/:outputID/metadata endpoint.
func GetTransaction ¶
GetTransaction is the handler for the /ledgerstate/transactions/:transactionID endpoint.
func GetTransactionAttachments ¶
GetTransactionAttachments is the handler for the ledgerstate/transactions/:transactionID/attachments endpoint.
func GetTransactionConsensusMetadata ¶ added in v0.5.7
GetTransactionConsensusMetadata is the handler for the ledgerstate/transactions/:transactionID/consensus endpoint.
func GetTransactionInclusionState ¶ added in v0.6.0
GetTransactionInclusionState is the handler for the ledgerstate/transactions/:transactionID/inclusionState endpoint.
func GetTransactionMetadata ¶
GetTransactionMetadata is the handler for the ledgerstate/transactions/:transactionID/metadata endpoint.
func PostAddressUnspentOutputs ¶ added in v0.6.0
PostAddressUnspentOutputs is the handler for the /ledgerstate/addresses/unspentOutputs endpoint.
func PostTransaction ¶ added in v0.6.0
PostTransaction sends a transaction.
Types ¶
This section is empty.