Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockIDExt ¶
type LPFilterQuery ¶
type LiteClient ¶
type LiteClient interface {
GetMasterchainInfo(ctx context.Context) (*BlockIDExt, error)
GetBlockData(ctx context.Context, block *BlockIDExt) (*Block, error)
GetAccountBalance(ctx context.Context, address string, block *BlockIDExt) (*Balance, error)
}
type TransactionFee ¶
Click to show internal directories.
Click to hide internal directories.