package
1.0.10-sph
Repository: https://github.com/spheronfdn/akash-api-fork.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMsgCreateProvider creates a new MsgCreateProvider instance.
NewMsgDeleteProvider creates a new MsgDeleteProvider instance.
NewMsgUpdateProvider creates a new MsgUpdateProvider instance.
No description provided by the author
ParseEvent parses event and returns details of event and error if occurred TODO: Enable returning actual events.
ParseEVProvider returns provider details for given event attributes.
ProviderEVAttributes returns event attribues for given Provider.
RegisterInterfaces registers the x/provider interfaces types with the interface registry.
RegisterCodec register concrete types on codec.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModuleName is the module name constant used in many places.
No description provided by the author
No description provided by the author
No description provided by the author
RouterKey is the message route for provider.
StoreKey is the store key string for provider.
# Variables
ErrAttributes error code for provider attribute problems.
ErrIncompatibleAttributes error code for attributes update.
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidAddress invalid provider address.
ErrInvalidInfoWebsite register error code for invalid info website.
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidProviderURI register error code for invalid provider uri.
ErrNotAbsProviderURI register error code for not absolute provider uri.
ErrProviderExists provider already exists.
ErrProviderNotFound provider not found.
No description provided by the author
No description provided by the author
No description provided by the author
ModuleCdc references the global x/provider module codec.
# Structs
EventProviderCreated struct.
EventProviderDeleted struct.
EventProviderUpdated struct.
GenesisState defines the basic genesis state used by provider module.
MsgCreateProvider defines an SDK message for creating a provider.
MsgCreateProviderResponse defines the Msg/CreateProvider response type.
MsgDeleteProvider defines an SDK message for deleting a provider.
MsgDeleteProviderResponse defines the Msg/DeleteProvider response type.
MsgUpdateProvider defines an SDK message for updating a provider.
MsgUpdateProviderResponse defines the Msg/UpdateProvider response type.
Provider stores owner and host details.
ProviderInfo.
QueryProviderRequest is request type for the Query/Provider RPC method.
QueryProviderResponse is response type for the Query/Provider RPC method.
QueryProvidersRequest is request type for the Query/Providers RPC method.
QueryProvidersResponse is response type for the Query/Providers RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
# Type aliases
Providers is the collection of Provider.