Documentation ¶
Index ¶
Constants ¶
View Source
const ( Nil = TxExecutionSpeed(iota) Slow Standard Fast )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blockchain ¶
type Blockchain struct { Name tokens.BlockchainName `json:"name"` Address string `json:"address"` }
type CostBlob ¶
TODO: Why this is in foundation? CostBlob is the json representation of cost.
func CostToCostBlob ¶
CostToCostBlob converts cost to cost blob
type TxExecutionSpeed ¶
type TxExecutionSpeed uint8
Click to show internal directories.
Click to hide internal directories.