Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultNumDaysLocked = uint8(21)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimelockState ¶
type TimelockState uint8
const ( StateUnknown TimelockState = iota StateUnlocked StateWaitingForTimeout StateLocked StateClosed )
func (TimelockState) String ¶
func (s TimelockState) String() string
Click to show internal directories.
Click to hide internal directories.