tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
NetworkRunningWithGenesisBlockAndEpochChain
tagion
testbench
services
genesis_test
Undocumented in source.
@
safe
@
Scenario
("network running with genesis block and epoch chain.", [])
class
NetworkRunningWithGenesisBlockAndEpochChain {
bool
epoch_on_startup
;
long
start_epoch
;
RecordFactory
record_factory
;
Options
[]
opts
;
ActorHandle
[]
handles
;
HashNet
net
;
StdSecureWallet
wallet1
;
TagionCurrency
amount
;
TagionCurrency
fee
;
const
(
GenesisEpoch
)
genesis_epoch
;
SignedContract
signed_contract
;
struct
History
;
History
[
string
]
histories
;
this
(Options[] opts, StdSecureWallet wallet1, const(GenesisEpoch) genesis_epoch);
Document
block
();
Document
run
();
Document
epochchain
();
Document
validity
();
}
Constructors
this
this
(Options[] opts, StdSecureWallet wallet1, const(GenesisEpoch) genesis_epoch)
Undocumented in source.
Members
Functions
block
Document
block
()
Undocumented in source. Be warned that the author may not have intended to support it.
epochchain
Document
epochchain
()
Undocumented in source. Be warned that the author may not have intended to support it.
run
Document
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
validity
Document
validity
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
History
struct
History
Undocumented in source.
Variables
amount
TagionCurrency
amount
;
Undocumented in source.
epoch_on_startup
bool
epoch_on_startup
;
Undocumented in source.
fee
TagionCurrency
fee
;
Undocumented in source.
genesis_epoch
const
(
GenesisEpoch
)
genesis_epoch
;
Undocumented in source.
handles
ActorHandle
[]
handles
;
Undocumented in source.
histories
History
[
string
]
histories
;
Undocumented in source.
net
HashNet
net
;
Undocumented in source.
opts
Options
[]
opts
;
Undocumented in source.
record_factory
RecordFactory
record_factory
;
Undocumented in source.
signed_contract
SignedContract
signed_contract
;
Undocumented in source.
start_epoch
long
start_epoch
;
Undocumented in source.
wallet1
StdSecureWallet
wallet1
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
genesis_test
aliases
FeatureContext
StdSecureWallet
classes
NetworkRunningWithGenesisBlockAndEpochChain
manifest constants
EPOCH_TIMEOUT
feature