Documentation ¶
Index ¶
Constants ¶
View Source
const RootNodeHash = "0x0000000000000000000000000000000000000000000000000000000000000000"
RootNodeHash is the 0x0 hash for the root node in the idregistry
Variables ¶
This section is empty.
Functions ¶
func PrintJSONObject ¶
func PrintJSONObject(v interface{}) error
PrintJSONObject print a single json object
Types ¶
type EthereumAddress ¶
type EthereumAddress struct {
// contains filtered or unexported fields
}
EthereumAddress implements the pflag Value interface for flags that require ethereum address
func (*EthereumAddress) Set ¶
func (value *EthereumAddress) Set(address string) error
Set sets the value, returns an error if it is not a valid ethereum address
func (*EthereumAddress) String ¶
func (value *EthereumAddress) String() string
func (*EthereumAddress) Type ¶
func (value *EthereumAddress) Type() string
Type returns the type string for an ethereum address
Click to show internal directories.
Click to hide internal directories.