Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmountOfferKind ¶ added in v0.1.10
type AmountOfferKind int
const ( AmountBuyKind AmountOfferKind = iota + 1 AmountSellKind )
type DataEntry ¶ added in v0.1.6
type DataEntry struct {
Kind SetDataEntryKind
Value string
}
type Offer ¶ added in v0.1.10
type SendRequest ¶
func (*SendRequest) Kind ¶
func (s *SendRequest) Kind() Kind
type SetDataEntryKind ¶ added in v0.1.6
type SetDataEntryKind string
const ( SetDataFromString SetDataEntryKind = "from-string" SetDataFromFile = "from-file" )
type SetDataRequest ¶ added in v0.1.6
func (*SetDataRequest) Kind ¶ added in v0.1.6
func (s *SetDataRequest) Kind() Kind
type ShareAccountRequest ¶ added in v0.1.5
type ShareAccountRequest struct {
}
func (*ShareAccountRequest) Kind ¶ added in v0.1.5
func (s *ShareAccountRequest) Kind() Kind
Click to show internal directories.
Click to hide internal directories.