client

package
v0.0.0-...-5cda5f8 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewDtlClient

func NewDtlClient(url string) *Client

func (*Client) GetLatestTransactionBatchIndex

func (c *Client) GetLatestTransactionBatchIndex() (uint64, error)

type DtlClient

type DtlClient interface {
	GetLatestTransactionBatchIndex() (uint64, error)
}

type RollupBatchIndex

type RollupBatchIndex struct {
	BatchIndex uint64 `json:"batchIndex"`
}

Jump to

Keyboard shortcuts

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