Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetOutput ¶ added in v0.22.0
type AssetOutput struct { Asset asset.Asset `json:"asset"` Materials map[string]asset.Asset `json:"material_by_id"` }
AssetOutput ..
type ProposalOutput ¶ added in v0.20.0
type ProposalOutput struct { Role asset.ProposalRole `json:"role"` // The role assigned to the recipient Status asset.ProposalStatus `json:"status"` // The response of the recipient Properties []string `json:"properties"` // The asset's attributes name that the recipient is authorized to update Issuer sdk.AccAddress `json:"issuer"` // The proposal issuer Recipient sdk.AccAddress `json:"recipient"` // The recipient of the proposal AssetID string `json:"asset_id"` // The id of the asset }
ProposalOutput ...
func ToProposalOutput ¶ added in v0.22.4
func ToProposalOutput(proposal asset.Proposal, assetID string) ProposalOutput
ToProposalOutput ...
Click to show internal directories.
Click to hide internal directories.