Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OpBytes - Synaptic byte array cells. OpBytes = OpOffset + 1 // OpInt64 - Synaptic uint64 cells. OpInt64 = OpOffset + 2 // OpUint64 - Synaptic uint64 cells. OpUint64 = OpOffset + 3 // OpBigInt - Synaptic big int cells. OpBigInt = OpOffset + 4 // OpString - Synaptic string cells. // Different from bytes only in debug situations. OpString = OpOffset + 5 )
View Source
const OpOffset cells.ID = 0x1c
OpOffset - Synaptic cells offset (28).
Variables ¶
This section is empty.
Functions ¶
func MustParseBigInt ¶
func MustParseBigInt(str string) *cells.BinaryCell
MustParseBigInt - Creates new big int cell from string.
func ParseBigInt ¶
ParseBigInt - Creates new big int cell from hex string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.