ton

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 11 Imported by: 112

Documentation

Index

Constants

View Source
const (
	ErrCodeContractNotInitialized = 4294967040
)

Variables

View Source
var ErrBlockNotFound = errors.New("block not found")
View Source
var ErrMessageNotAccepted = errors.New("message was not accepted by the contract")

Functions

This section is empty.

Types

type APIClient

type APIClient struct {
	// contains filtered or unexported fields
}

func NewAPIClient

func NewAPIClient(client LiteClient) *APIClient

func (*APIClient) CurrentMasterchainInfo added in v1.1.0

func (c *APIClient) CurrentMasterchainInfo(ctx context.Context) (_ *tlb.BlockInfo, err error)

CurrentMasterchainInfo - cached version of GetMasterchainInfo to not do it in parallel many times

func (*APIClient) GetAccount added in v0.3.0

func (c *APIClient) GetAccount(ctx context.Context, block *tlb.BlockInfo, addr *address.Address) (*tlb.Account, error)

func (*APIClient) GetBlockData added in v0.8.0

func (c *APIClient) GetBlockData(ctx context.Context, block *tlb.BlockInfo) (*tlb.Block, error)

GetBlockData - get block detailed information

func (*APIClient) GetBlockShardsInfo added in v0.9.0

func (c *APIClient) GetBlockShardsInfo(ctx context.Context, master *tlb.BlockInfo) ([]*tlb.BlockInfo, error)

GetBlockShardsInfo - gets the information about workchains and its shards at given masterchain state

func (*APIClient) GetBlockTransactions added in v0.8.0

func (c *APIClient) GetBlockTransactions(ctx context.Context, block *tlb.BlockInfo, count uint32, after ...*tlb.TransactionID) ([]*tlb.TransactionID, bool, error)

GetBlockTransactions - list of block transactions

func (*APIClient) GetMasterchainInfo added in v0.9.0

func (c *APIClient) GetMasterchainInfo(ctx context.Context) (*tlb.BlockInfo, error)

GetMasterchainInfo - gets the latest state of master chain

func (*APIClient) GetTransaction added in v0.9.0

func (c *APIClient) GetTransaction(ctx context.Context, block *tlb.BlockInfo, addr *address.Address, lt uint64) (*tlb.Transaction, error)

func (*APIClient) ListTransactions added in v0.5.0

func (c *APIClient) ListTransactions(ctx context.Context, addr *address.Address, limit uint32, lt uint64, txHash []byte) ([]*tlb.Transaction, error)

ListTransactions - returns list of transactions before (including) passed lt and hash, the oldest one is first in result slice

func (*APIClient) LookupBlock added in v0.9.0

func (c *APIClient) LookupBlock(ctx context.Context, workchain int32, shard int64, seqno uint32) (*tlb.BlockInfo, error)

LookupBlock - find block information by seqno, shard and chain

func (*APIClient) RunGetMethod

func (c *APIClient) RunGetMethod(ctx context.Context, blockInfo *tlb.BlockInfo, addr *address.Address, method string, params ...any) ([]interface{}, error)

func (*APIClient) SendExternalMessage added in v0.4.0

func (c *APIClient) SendExternalMessage(ctx context.Context, msg *tlb.ExternalMessage) error

type ContractExecError added in v0.7.2

type ContractExecError struct {
	Code uint32
}

func (ContractExecError) Error added in v0.7.2

func (e ContractExecError) Error() string

func (ContractExecError) Is added in v0.7.2

func (e ContractExecError) Is(err error) bool

type LSError

type LSError struct {
	Code int32
	Text string
}

func (LSError) Error added in v0.7.2

func (e LSError) Error() string

func (LSError) Is added in v0.7.2

func (e LSError) Is(err error) bool

func (*LSError) Load added in v1.0.0

func (e *LSError) Load(data []byte) ([]byte, error)

type LiteClient

type LiteClient interface {
	Do(ctx context.Context, typeID int32, payload []byte) (*liteclient.LiteResponse, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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