Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Description ¶
func NewDescription ¶
func NewDescription(text string, fields ...FieldFunc) Description
func (Description) String ¶
func (d Description) String() string
type FieldFunc ¶
type FieldFunc func(*Fields)
func WithString ¶
func WithStrings ¶
func WithUint64 ¶
type InvalidAccount ¶
type InvalidAccount struct {
Description Description
Address string
}
func (InvalidAccount) Error ¶
func (i InvalidAccount) Error() string
type InvalidBlock ¶
type InvalidBlock struct {
Description Description
Index uint64
Hash string
}
func (InvalidBlock) Error ¶
func (i InvalidBlock) Error() string
type InvalidCurrency ¶
type InvalidCurrency struct {
Description Description
Symbol string
Decimals uint
}
func (InvalidCurrency) Error ¶
func (i InvalidCurrency) Error() string
type InvalidNetwork ¶
type InvalidNetwork struct {
Description Description
Blockchain string
Network string
}
func (InvalidNetwork) Error ¶
func (i InvalidNetwork) Error() string
type InvalidTransaction ¶
type InvalidTransaction struct {
Description Description
Hash string
}
func (InvalidTransaction) Error ¶
func (i InvalidTransaction) Error() string
type UnknownBlock ¶
type UnknownBlock struct {
Description Description
Index uint64
Hash string
}
func (UnknownBlock) Error ¶
func (u UnknownBlock) Error() string
type UnknownCurrency ¶
type UnknownCurrency struct {
Description Description
Symbol string
Decimals uint
}
func (UnknownCurrency) Error ¶
func (u UnknownCurrency) Error() string
type UnknownTransaction ¶
type UnknownTransaction struct {
Description Description
Hash string
}
func (UnknownTransaction) Error ¶
func (u UnknownTransaction) Error() string
Click to show internal directories.
Click to hide internal directories.