tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
EpochCreatorOptions
tagion
services
epoch_creator
Undocumented in source.
@
safe
struct
EpochCreatorOptions {
uint
timeout
;
uint
scrap_depth
;
mixin
JSONCommon
;
}
Members
Mixins
__anonymous
mixin
JSONCommon
Undocumented in source.
Variables
scrap_depth
uint
scrap_depth
;
Undocumented in source.
timeout
uint
timeout
;
Undocumented in source.
Mixed In Members
From
mixin
JSONCommon
check
alias
check
=
Check
!
OptionException
Undocumented in source.
ArrayElementTypes
alias
ArrayElementTypes
=
AliasSeq
!(
bool
,
string
,
double
,
int
)
Undocumented in source.
isSupportedArray
eponymoustemplate
isSupportedArray
(T)
Undocumented in source.
isSupportedAssociativeArray
eponymoustemplate
isSupportedAssociativeArray
(T)
Undocumented in source.
isSupported
eponymoustemplate
isSupported
(T)
Undocumented in source.
toJSON
JSON
.
JSONValue
toJSON
()
stringify
string
stringify
()
Stringify the struct
parse
void
parse
(JSON.JSONValue json_value)
Intialize a struct from a JSON
Meta
Source
See Implementation
tagion
services
epoch_creator
aliases
PayloadQueue
structs
EpochCreatorOptions
EpochCreatorService