Slurp.Blockchains.Blockchain (slurp v0.0.5)
Link to this section Summary
Link to this section Types
Link to this type
endpoint()
Specs
endpoint() :: String.t()
Link to this type
id()
Specs
id() :: String.t()
Specs
t() :: %Slurp.Blockchains.Blockchain{
adapter: module(),
chain: String.t(),
chain_id: pos_integer(),
id: id(),
name: String.t(),
network_id: pos_integer(),
new_head_initial_history: pos_integer(),
poll_interval_ms: non_neg_integer(),
rpc: [endpoint()],
start_on_boot: boolean(),
testnet: boolean(),
timeout: pos_integer()
}
Link to this section Functions
Link to this function