address

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2022 License: Apache-2.0 Imports: 6 Imported by: 71

Documentation

Index

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 MustParseAddr(addr string) *Address

func NewAddress added in v0.1.8

func NewAddress(flags byte, workchain byte, data []byte) *Address

func ParseAddr

func ParseAddr(addr string) (*Address, error)

func (*Address) Checksum added in v0.1.8

func (a *Address) Checksum() uint16

func (*Address) Data

func (a *Address) Data() []byte

func (*Address) Dump added in v0.1.8

func (a *Address) Dump() string

func (*Address) FlagsToByte added in v0.1.8

func (a *Address) FlagsToByte() (flags byte)

func (*Address) IsAddrNone added in v0.7.1

func (a *Address) IsAddrNone() bool

func (*Address) IsBounceable added in v0.1.8

func (a *Address) IsBounceable() bool

func (*Address) IsTestnetOnly added in v0.1.8

func (a *Address) IsTestnetOnly() bool

func (*Address) MarshalJSON added in v0.1.9

func (a *Address) MarshalJSON() ([]byte, error)

func (*Address) SetBounce added in v0.1.8

func (a *Address) SetBounce(bouncable bool)

func (*Address) SetTestnetOnly added in v0.1.8

func (a *Address) SetTestnetOnly(testnetOnly bool)

func (*Address) String added in v0.1.8

func (a *Address) String() string

func (*Address) Workchain

func (a *Address) Workchain() byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL