Documentation
¶
Overview ¶
MIT License
Copyright (c) 2021 Fair Data Society
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stamp ¶
type Stamp struct {
BatchID string `json:"batchID"`
Utilization int `json:"utilization"`
Usable bool `json:"usable"`
Label string `json:"label"`
Depth int `json:"depth"`
Amount string `json:"amount"`
BucketDepth int `json:"bucketDepth"`
BlockNumber int `json:"blockNumber"`
ImmutableFlag bool `json:"immutableFlag"`
Exists bool `json:"exists"`
BatchTTL int `json:"batchTTL"`
}
type Topup ¶
type Topup struct {
// contains filtered or unexported fields
}
func NewTopupTask ¶
func (*Topup) Deactivate ¶
func (t *Topup) Deactivate()
Click to show internal directories.
Click to hide internal directories.