Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TxVersion is the only version supported at genesis. TxVersion = scale.U8(0) // MethodSpawn ... MethodSpawn = scale.U8(core.MethodSpawn) // MethodSpend ... MethodSpend = scale.U8(core.MethodSpend) )
Functions ¶
Types ¶
type Opt ¶
type Opt func(*Options)
Opt modifies Options.
func WithGenesisID ¶
WithGenesisID updates genesis id that will be used to prefix tx hash.
Click to show internal directories.
Click to hide internal directories.