Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetInteractions ¶
type GetInteractions struct {
Interactions []Interaction `json:"interactions"`
}
func InteractionsToResponse ¶
func InteractionsToResponse(interactions []*model.Interaction) *GetInteractions
type Interaction ¶
type Interaction struct {
ContractId string `json:"contractTxId"`
SortKey string `json:"sortKey"`
LastSortKey string `json:"lastSortKey"`
Interaction json.RawMessage `json:"interaction"`
}
Click to show internal directories.
Click to hide internal directories.