Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestData ¶
type RequestData struct {
Id string `json:"id"`
Data SignatureData `json:"data"`
}
type RequestDataNew ¶ added in v0.2.3
type RequestDataNew struct {
Id string `json:"id"`
Data SignatureDataNew `json:"data"`
}
type SignatureData ¶
type SignatureDataNew ¶ added in v0.2.2
Click to show internal directories.
Click to hide internal directories.