Documentation ¶
Index ¶
- type Account
- type CollateralHealthCheckInput
- type CollateralHealthCheckOutput
- type CreateAccountInput
- type CreateAccountOutput
- type ExportAccountInput
- type ExportAccountOutput
- type GetCreditExchangeInput
- type GetCreditExchangeOutput
- type ImportAccountInput
- type ImportAccountOutput
- type MintCreditByCollateralInput
- type MintCreditByCollateralOutput
- type MintCreditByCreditInput
- type MintCreditByCreditOutput
- type NewClientInput
- type RebalanceCollateralInput
- type RebalanceCollateralOutput
- type RedeemCreditInput
- type RedeemCreditOutput
- type SetDefaultAccountInput
- type SetDefaultAccountOutput
- type SetEnvInput
- type SetEnvOutput
- type SetupCreditInput
- type SetupCreditOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollateralHealthCheckInput ¶
type CollateralHealthCheckInput struct {
Passphrase string
}
CollateralHealthCheck
type CreateAccountInput ¶
type CreateAccountOutput ¶
type ExportAccountInput ¶
type ExportAccountOutput ¶
type GetCreditExchangeInput ¶
GetCreditExchange
type GetCreditExchangeOutput ¶
type ImportAccountInput ¶
type ImportAccountOutput ¶
type ImportAccountOutput struct {
ImportedAccountAddress string
}
type MintCreditByCollateralInput ¶
type MintCreditByCollateralInput struct { AssetCode string CollateralAmount string Passphrase string }
MintCreditByCollateral
type MintCreditByCreditInput ¶
MintCreditByCredit
type NewClientInput ¶
type NewClientInput struct { RpcUrl string PrivateKey string ContractAddress *vclient.ContractAddress }
type RebalanceCollateralInput ¶
type RebalanceCollateralInput struct {
Passphrase string
}
RebalanceCredit
type RedeemCreditInput ¶
type RedeemCreditOutput ¶
type SetDefaultAccountInput ¶
type SetDefaultAccountInput struct {
Account string
}
type SetDefaultAccountOutput ¶
type SetDefaultAccountOutput struct {
Account string
}
type SetEnvInput ¶
type SetEnvInput struct {
Env string
}
type SetEnvOutput ¶
type SetEnvOutput struct {
Env string
}
Click to show internal directories.
Click to hide internal directories.