Documentation ¶
Index ¶
- Constants
- func GetCmdAlphaMaximums() *cobra.Command
- func GetCmdBatch() *cobra.Command
- func GetCmdBond() *cobra.Command
- func GetCmdBondsList() *cobra.Command
- func GetCmdBondsListDetailed() *cobra.Command
- func GetCmdBuyPrice() *cobra.Command
- func GetCmdCurrentPrice() *cobra.Command
- func GetCmdCurrentReserve() *cobra.Command
- func GetCmdCustomPrice() *cobra.Command
- func GetCmdLastBatch() *cobra.Command
- func GetCmdSellReturn() *cobra.Command
- func GetCmdSwapReturn() *cobra.Command
- func GetParamsRequestHandler() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewCmdBuy() *cobra.Command
- func NewCmdCreateBond() *cobra.Command
- func NewCmdEditBond() *cobra.Command
- func NewCmdMakeOutcomePayment() *cobra.Command
- func NewCmdSell() *cobra.Command
- func NewCmdSetNextAlpha() *cobra.Command
- func NewCmdSwap() *cobra.Command
- func NewCmdUpdateBondState() *cobra.Command
- func NewCmdWithdrawShare() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagToken = "token" FlagName = "name" FlagDescription = "description" FlagFunctionType = "function-type" FlagFunctionParameters = "function-parameters" FlagReserveTokens = "reserve-tokens" FlagTxFeePercentage = "tx-fee-percentage" FlagExitFeePercentage = "exit-fee-percentage" FlagFeeAddress = "fee-address" FlagMaxSupply = "max-supply" FlagOrderQuantityLimits = "order-quantity-limits" FlagSanityRate = "sanity-rate" FlagSanityMarginPercentage = "sanity-margin-percentage" FlagAllowSells = "allow-sells" FlagAlphaBond = "alpha-bond" FlagBatchBlocks = "batch-blocks" FlagOutcomePayment = "outcome-payment" FlagBondDid = "bond-did" FlagCreatorDid = "creator-did" FlagControllerDid = "controller-did" FlagEditorDid = "editor-did" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdAlphaMaximums ¶ added in v0.14.2
func GetCmdBatch ¶
func GetCmdBond ¶
func GetCmdBondsList ¶ added in v0.14.2
func GetCmdBondsListDetailed ¶ added in v0.14.2
func GetCmdBuyPrice ¶
func GetCmdCurrentPrice ¶
func GetCmdCurrentReserve ¶
func GetCmdCustomPrice ¶
func GetCmdLastBatch ¶
func GetCmdSellReturn ¶
func GetCmdSwapReturn ¶
func GetParamsRequestHandler ¶ added in v0.13.0
func GetQueryCmd ¶
func NewCmdCreateBond ¶ added in v0.15.0
func NewCmdEditBond ¶ added in v0.15.0
func NewCmdMakeOutcomePayment ¶ added in v0.15.0
func NewCmdSell ¶ added in v0.15.0
func NewCmdSetNextAlpha ¶ added in v0.15.0
func NewCmdSwap ¶ added in v0.15.0
func NewCmdUpdateBondState ¶ added in v0.15.0
func NewCmdWithdrawShare ¶ added in v0.15.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.