Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddrLookup ¶ added in v0.0.2
type AddrLookup struct {
// contains filtered or unexported fields
}
func NewAddrLookup ¶ added in v0.0.2
func (*AddrLookup) EncodeResult ¶ added in v0.0.2
func (*AddrLookup) Name ¶ added in v0.0.2
func (l *AddrLookup) Name() string
type Lookup ¶ added in v0.0.2
type MulticoinAddrLookup ¶ added in v0.0.2
type MulticoinAddrLookup struct {
// contains filtered or unexported fields
}
func NewMulticoinAddrLookup ¶ added in v0.0.2
func (*MulticoinAddrLookup) CoinType ¶ added in v0.0.2
func (l *MulticoinAddrLookup) CoinType() *big.Int
func (*MulticoinAddrLookup) EncodeResult ¶ added in v0.0.2
func (*MulticoinAddrLookup) Name ¶ added in v0.0.2
func (l *MulticoinAddrLookup) Name() string
type TextLookup ¶ added in v0.0.2
type TextLookup struct {
// contains filtered or unexported fields
}
func NewTextLookup ¶ added in v0.0.2
func (*TextLookup) EncodeResult ¶ added in v0.0.2
func (*TextLookup) Key ¶ added in v0.0.2
func (l *TextLookup) Key() string
func (*TextLookup) Name ¶ added in v0.0.2
func (l *TextLookup) Name() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.