# Functions
GetAccAddress take sdk attributes, key and returns account address.
GetString take sdk attributes, key and returns key value.
GetUint64 take sdk attributes, key and returns uint64 value.
MustAccAddressFromBech32 creates an AccAddress from a Bech32 string.
ParseEvent parses string to event.
# 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
No description provided by the author
No description provided by the author
EventTypeMessage defines the Akash message string.
# Variables
ErrInvalidParseBlockIDInput indicates the splitting of block path failed.
ErrNotFound is the error with message "Not found".
ErrParsingBlockID indicates one of the uint parsers failed to convert a value.
ErrUnknownAction is the error with message "Unknown action".
ErrUnknownModule is the error with message "Unknown module".
ErrUnknownType is the error with message "Unknown type".
# Structs
No description provided by the author
Event stores type, module, action and attributes list of sdk.
# Interfaces
No description provided by the author