package
Version:
v1.7.2
Opens a new window with list of versions in this module.
Published: Jul 16, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PriceRequest struct {
AssetID string `json:"asset_id"`
Symbol string `json:"symbol"`
TraceID string `json:"trace_id,omitempty"`
Receiver Receiver `json:"receiver,omitempty"`
Signers []Signer `json:"signers,omitempty"`
Threshold int64 `json:"threshold"`
}
type Receiver struct {
Members []string `json:"members,omitempty"`
Threshold uint8 `json:"threshold"`
}
type Signer struct {
Index int `json:"index,omitempty"`
VerifyKey string `json:"verify_key,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.