Documentation ¶
Index ¶
- Constants
- func BuildACL() acl.ACL
- func BuyerExecuteOrderCmd(cdc *codec.Codec) *cobra.Command
- func DefineACLCmd(cdc *codec.Codec) *cobra.Command
- func DefineOrganizationCmd(cdc *codec.Codec) *cobra.Command
- func DefineZoneCmd(cdc *codec.Codec) *cobra.Command
- func GetAssetCmd(cdc *codec.Codec) *cobra.Command
- func GetFiatCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func IssueAssetCmd(cdc *codec.Codec) *cobra.Command
- func IssueFiatCmd(cdc *codec.Codec) *cobra.Command
- func RedeemAssetCmd(cdc *codec.Codec) *cobra.Command
- func RedeemFiatCmd(cdc *codec.Codec) *cobra.Command
- func ReleaseAssetCmd(cdc *codec.Codec) *cobra.Command
- func SellerExecuteOrderCmd(cdc *codec.Codec) *cobra.Command
- func SendAssetCmd(cdc *codec.Codec) *cobra.Command
- func SendFiatCmd(cdc *codec.Codec) *cobra.Command
- func SendTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagTo = "to" FlagAmount = "amount" FlagDocumentHash = "documentHash" FlagAssetType = "assetType" FlagAssetPrice = "assetPrice" FlagAssetQuantity = "assetQuantity" FlagQuantityUnit = "quantityUnit" FlagTransactionID = "transactionID" FlagTransactionAmount = "transactionAmount" FlagPegHash = "pegHash" FlagBuyerAddress = "buyerAddress" FlagSellerAddress = "sellerAddress" FlagFiatProofHash = "fiatProofHash" FlagAWBProofHash = "awbProofHash" FlagOrganizationID = "organizationID" FlagZoneID = "zoneID" FlagIssueAsset = "issueAsset" FlagIssueFiat = "issueFiat" FlagSendAsset = "sendAsset" FlagSendFiat = "sendFiat" FlagBuyerExecuteOrder = "buyerExecuteOrder" FlagSellerExecuteOrder = "sellerExecuteOrder" FlagChangeBuyerBid = "changeBuyerBid" FlagChangeSellerBid = "changeSellerBid" FlagConfirmBuyerBid = "confirmBuyerBid" FlagConfirmSellerBid = "confirmSellerBid" FlagNegotiation = "negotiation" FlagRedeemAsset = "redeemAsset" FlagRedeemFiat = "redeemFiat" FlagReleaseAsset = "releaseAsset" FlagModerated = "moderated" )
noLint
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.