Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJSON ¶ added in v0.7.1
GetJSON makes a GET request to the given URL and returns the response body as bytes
Types ¶
type BroadcastTxResponse ¶ added in v0.6.6
type BroadcastTxResponse = txtypes.BroadcastTxResponse
type LocalContext ¶ added in v0.6.6
type LocalContext struct { HomeDir string NodeHome string ConfigDirPath string ConfigTomlPath string }
LocalContext is a struct that holds the current context of the application.
func Context ¶
func Context(opts ...Option) LocalContext
Context returns the current context of the Sonr blockchain application.
type Option ¶ added in v0.6.7
type Option func(LocalContext)
Option is a function that configures the local context
Click to show internal directories.
Click to hide internal directories.