Documentation ¶
Index ¶
- Constants
- func GetCmdAlphaMaximums() *cobra.Command
- func GetCmdAvailableReserve() *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 NewCmdWithdrawReserve() *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" FlagReserveWithdrawalAddress = "reserve-withdrawal-address" FlagMaxSupply = "max-supply" FlagOrderQuantityLimits = "order-quantity-limits" FlagSanityRate = "sanity-rate" FlagSanityMarginPercentage = "sanity-margin-percentage" FlagAllowSells = "allow-sells" FlagAllowReserveWithdrawals = "allow-reserve-withdrawals" FlagAlphaBond = "alpha-bond" FlagBatchBlocks = "batch-blocks" FlagOutcomePayment = "outcome-payment" FlagBondDid = "bond-did" FlagCreatorDid = "creator-did" FlagControllerDid = "controller-did" FlagOracleDid = "oracle-did" FlagEditorDid = "editor-did" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdAlphaMaximums ¶
func GetCmdAvailableReserve ¶
func GetCmdBatch ¶
func GetCmdBond ¶
func GetCmdBondsList ¶
func GetCmdBondsListDetailed ¶
func GetCmdBuyPrice ¶
func GetCmdCurrentPrice ¶
func GetCmdCurrentReserve ¶
func GetCmdCustomPrice ¶
func GetCmdLastBatch ¶
func GetCmdSellReturn ¶
func GetCmdSwapReturn ¶
func GetParamsRequestHandler ¶
func GetQueryCmd ¶
func NewCmdCreateBond ¶
func NewCmdEditBond ¶
func NewCmdSell ¶
func NewCmdSetNextAlpha ¶
func NewCmdSwap ¶
func NewCmdUpdateBondState ¶
func NewCmdWithdrawReserve ¶
func NewCmdWithdrawShare ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.