Documentation
¶
Index ¶
Constants ¶
View Source
const (
EnvelopeKey = "red-envelope"
)
View Source
const (
UserPrefix string = "user-"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Envelope ¶
type Envelope struct {
Address string `json:"address"`
Remaining uint64 `json:"remaining"`
Incoming uint64 `json:"incoming"`
Taken uint64 `json:"taken"` // amount taken for all rounds (lifetime)
LastTakes TakesList `json:"last_takes"` // who has taken since the last deposit
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.