Documentation ¶
Index ¶
Constants ¶
View Source
const DeployerAddress = "SPQC38PW542EQJ5M11CR25P7BS1CA6QT4TBXGB3M"
Variables ¶
View Source
var StableSwapContracts = [...]string{
"stableswap-stx-ststx-v-1-2",
"stableswap-usda-susdt-v-1-2",
"stableswap-aeusdc-susdt-v-1-2",
"stableswap-usda-aeusdc-v-1-2",
"stableswap-usda-aeusdc-v-1-4",
"stableswap-abtc-xbtc-v-1-2",
}
Functions ¶
This section is empty.
Types ¶
type BitflowClient ¶
type BitflowClient struct {
// contains filtered or unexported fields
}
func NewBitflowClient ¶
func NewBitflowClient(apiHost, apiKey string, logger *logrus.Entry, isDebug bool) *BitflowClient
func (*BitflowClient) GetAllTokens ¶
func (c *BitflowClient) GetAllTokens() ([]TokenMetadata, error)
type GetAllTokensResponse ¶
type GetAllTokensResponse struct {
Tokens []TokenMetadata `json:"tokens"`
}
Click to show internal directories.
Click to hide internal directories.