Documentation ¶
Overview ¶
Package client contains the runtime client.
Index ¶
Constants ¶
View Source
const ( // CfgMaxTransactionAge is the number of consensus blocks after which // submitted transactions will be considered expired. CfgMaxTransactionAge = "runtime.client.max_transaction_age" )
Variables ¶
View Source
var ( // Flags has the flags used by the runtime client. Flags = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.