Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetDetails ¶
type AssetDetails struct { Stellar struct { Withdraw bool `json:"withdraw"` AssetType string `json:"asset_type"` Code string `json:"asset_code"` Issuer string `json:"issuer"` } `json:"stellar"` }
func (AssetDetails) Validate ¶
func (s AssetDetails) Validate() error
type Details ¶
type Details struct { regources.Asset AssetDetails }
type Opts ¶
type Opts struct { Streamer getters.AssetHandler Log *logan.Entry AssetOwner string }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetToRemove ¶
Click to show internal directories.
Click to hide internal directories.