Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EncoderColorCyan = color.New(color.FgCyan)
View Source
var EncoderColorGreen = color.New(color.FgGreen)
View Source
var EncoderColorWhite = color.New(color.FgWhite)
View Source
var EncoderColorYellow = color.New(color.FgYellow)
Functions ¶
This section is empty.
Types ¶
type Blob ¶
type Blob string
Blob is base64 encoded data https://github.com/EOSIO/fc/blob/0e74738e938c2fe0f36c5238dbc549665ddaef82/include/fc/variant.hpp#L47
type JSONFloat64 ¶
type JSONFloat64 float64
func (JSONFloat64) TextEncode ¶
func (f JSONFloat64) TextEncode(encoder *Encoder, option *Option) error
type SafeString ¶
type SafeString string
func (SafeString) TextEncode ¶
func (ss SafeString) TextEncode(encoder *Encoder, option *Option) error
type TextEncodable ¶
Click to show internal directories.
Click to hide internal directories.