Documentation ¶
Index ¶
Constants ¶
View Source
const ( TXFlagsNothing = 0 // 0 TXFlagsExecute = 1 // 1 TXFlagsNoPool = 2 // 2 TXFlagsSkipSQLBaseCheck = 4 // 4 TXFlagsSkipSQLBaseCheckIfNotOnTop = 8 // 8 TXFlagsNoExecute = 16 TXFlagsVerifyAllowMissed = 32 TXFlagsBasedOnTopOfChain = 64 TXFlagsVerifyAllowMissedForDelete = 128 )
View Source
const ( QueryKindSelect = "select" QueryKindSet = "set" QueryKindUpdate = "update" QueryKindInsert = "insert" QueryKindDelete = "delete" QueryKindCreate = "create" QueryKindDrop = "drop" QueryKindOther = "other" )
View Source
const AddressChecksumLen = 4
View Source
const ApplicationTitle = "OurSQL"
View Source
const ApplicationVersion = "0.1.8 beta"
View Source
const CurrencySmallestUnit = 0.00000001
View Source
const NullAddressString = "NULLADDRESS"
View Source
const Version = byte(0x00)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
This is the network client for communication with nodes It is used by nodes to communicate with other nodes and by lite wallets to communicate with nodes
|
This is the network client for communication with nodes It is used by nodes to communicate with other nodes and by lite wallets to communicate with nodes |
Click to show internal directories.
Click to hide internal directories.