Documentation ¶
Index ¶
- type AddrType
- type Address
- func MustParseAddr(addr string) *Address
- func NewAddress(flags byte, workchain byte, data []byte) *Address
- func NewAddressExt(flags byte, bitsLen uint, data []byte) *Address
- func NewAddressNone() *Address
- func NewAddressVar(flags byte, workchain int32, bitsLen uint, data []byte) *Address
- func ParseAddr(addr string) (*Address, error)
- func (a *Address) BitsLen() uint
- func (a *Address) Checksum() uint16
- func (a *Address) Data() []byte
- func (a *Address) Dump() string
- func (a *Address) FlagsToByte() (flags byte)
- func (a *Address) IsAddrNone() bool
- func (a *Address) IsBounceable() bool
- func (a *Address) IsTestnetOnly() bool
- func (a *Address) MarshalJSON() ([]byte, error)
- func (a *Address) SetBounce(bouncable bool)
- func (a *Address) SetTestnetOnly(testnetOnly bool)
- func (a *Address) String() string
- func (a *Address) StringToBytes(dst []byte, addr []byte)
- func (a *Address) Type() AddrType
- func (a *Address) Workchain() int32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
// contains filtered or unexported fields
}
func MustParseAddr ¶
func NewAddressExt ¶ added in v1.0.3
func NewAddressNone ¶ added in v1.0.3
func NewAddressNone() *Address
func NewAddressVar ¶ added in v1.0.3
func (*Address) FlagsToByte ¶ added in v0.1.8
func (*Address) IsAddrNone ¶ added in v0.7.1
func (*Address) IsBounceable ¶ added in v0.1.8
func (*Address) IsTestnetOnly ¶ added in v0.1.8
func (*Address) MarshalJSON ¶ added in v0.1.9
func (*Address) SetTestnetOnly ¶ added in v0.1.8
func (*Address) StringToBytes ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.