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
RegisterInterfaces registers the x/provider interfaces types with the interface registry.
RegisterLegacyAminoCodec register concrete types on codec.
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

AccountClosed is the state when an account is closed.
AccountOpen is the state when an account is open.
AccountOverdrawn is the state when an account is overdrawn.
AccountStateInvalid is an invalid state.
ModuleName is the module name constant used in many places.
PaymentStateClosed is the state when the payment is closed.
PaymentStateOpen is the state when the payment is open.
PaymentStateOverdrawn is the state when the payment is overdrawn.
PaymentStateInvalid is the state when the payment is invalid.
RouterKey is the message route for deployment.
StoreKey is the store key string for deployment.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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

Account stores state for an escrow account.
AccountID is the account identifier.
Payment stores state for a payment.
GenesisState defines the basic genesis state used by escrow module.
QueryAccountRequest is request type for the Query/Account RPC method.
QueryProvidersResponse is response type for the Query/Providers RPC method.
QueryPaymentRequest is request type for the Query/Payment RPC method.
QueryProvidersResponse is response type for the Query/Providers RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

State stores state for an escrow account.
Payment State.