Documentation ¶
Overview ¶
Package bloock provides a centralized configuration for the Bloock SDK library.
For information about Bloock SDK in Go, see https://bloock.com.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ApiHost string
ApiHost is a string variable representing the host URL used for API communication with the Bloock SDK.
var ApiKey string
ApiKey is a string variable representing the API key used for authentication with the Bloock SDK. Create one [here]. [here]: https://dashboard.bloock.com/login
var IdentityApiHost string = ""
IdentityApiHost is a string variable representing the host URL used for Identity Managed API. Required to be set for identity-related features of the Bloock SDK.
var NetworkConfig map[int32]*proto.NetworkConfig = make(map[int32]*proto.NetworkConfig)
NetworkConfig is a map variable that holds network configurations associated with specific network IDs in the Bloock SDK.
Functions ¶
func SetContractAddress ¶ added in v2.8.2
SetContractAddress sets the contract address for the specified network in the Bloock SDK configuration.
func SetProvider ¶ added in v2.5.0
SetProvider sets the HTTP provider for the specified network in the Bloock SDK configuration.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package client provides a client for interacting with the Bloock SDK.
|
Package client provides a client for interacting with the Bloock SDK. |
entity
|
|
internal
|
|