Versions in this module Expand all Collapse all v0 v0.2.0 Aug 24, 2023 Changes in this version + func RegisterAPI(chain *core.BlockChain) + type DOIDApi struct + func (api *DOIDApi) GetOwner(params DOIDName) (string, error) + func (api *DOIDApi) GetOwnerDOIDNames(owner types.Hash) ([]string, error) + func (api *DOIDApi) Status(DOID string) (string, error) + type DOIDName struct + DOID string + Owner types.Hash + type PublicTransactionPoolAPI struct + func (api *PublicTransactionPoolAPI) SendTransaction(input json.RawMessage) (types.Hash, error) + func (api *PublicTransactionPoolAPI) Sign(input json.RawMessage) (string, error)