Documentation ¶
Index ¶
- type Backend
- func (b *Backend) DecryptTxBlob(payload string) ([]*common.L2Tx, error)
- func (b *Backend) GetBatchByHash(hash gethcommon.Hash) (*common.ExtBatch, error)
- func (b *Backend) GetBatchByHeight(height *big.Int) (*common.PublicBatch, error)
- func (b *Backend) GetBatchHeader(hash gethcommon.Hash) (*common.BatchHeader, error)
- func (b *Backend) GetBatchTransactions(hash gethcommon.Hash) (*common.TransactionListingResponse, error)
- func (b *Backend) GetBatchesListing(offset uint64, size uint64) (*common.BatchListingResponse, error)
- func (b *Backend) GetBatchesListingDeprecated(offset uint64, size uint64) (*common.BatchListingResponseDeprecated, error)
- func (b *Backend) GetBlockListing(offset uint64, size uint64) (*common.BlockListingResponse, error)
- func (b *Backend) GetConfig() (*common.TenNetworkInfo, error)
- func (b *Backend) GetLatestBatch() (*common.BatchHeader, error)
- func (b *Backend) GetLatestRollup() (*common.RollupHeader, error)
- func (b *Backend) GetLatestRollupHeader() (*common.RollupHeader, error)
- func (b *Backend) GetNodeCount() (int, error)
- func (b *Backend) GetPublicTransactions(offset uint64, size uint64) (*common.TransactionListingResponse, error)
- func (b *Backend) GetRollupBatches(hash gethcommon.Hash) (*common.BatchListingResponse, error)
- func (b *Backend) GetRollupByHash(hash gethcommon.Hash) (*common.PublicRollup, error)
- func (b *Backend) GetRollupBySeqNo(seqNo uint64) (*common.PublicRollup, error)
- func (b *Backend) GetRollupListing(offset uint64, size uint64) (*common.RollupListingResponse, error)
- func (b *Backend) GetTenNodeHealthStatus() (bool, error)
- func (b *Backend) GetTotalContractCount() (int, error)
- func (b *Backend) GetTotalTransactionCount() (int, error)
- func (b *Backend) GetTransaction(hash gethcommon.Hash) (*common.PublicTransaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func (*Backend) DecryptTxBlob ¶
func (*Backend) GetBatchByHash ¶
func (*Backend) GetBatchByHeight ¶ added in v0.24.1
func (*Backend) GetBatchHeader ¶
func (b *Backend) GetBatchHeader(hash gethcommon.Hash) (*common.BatchHeader, error)
func (*Backend) GetBatchTransactions ¶ added in v0.24.1
func (b *Backend) GetBatchTransactions(hash gethcommon.Hash) (*common.TransactionListingResponse, error)
func (*Backend) GetBatchesListing ¶
func (*Backend) GetBatchesListingDeprecated ¶ added in v0.24.0
func (*Backend) GetBlockListing ¶
func (*Backend) GetLatestBatch ¶
func (b *Backend) GetLatestBatch() (*common.BatchHeader, error)
func (*Backend) GetLatestRollup ¶
func (b *Backend) GetLatestRollup() (*common.RollupHeader, error)
func (*Backend) GetLatestRollupHeader ¶
func (b *Backend) GetLatestRollupHeader() (*common.RollupHeader, error)
func (*Backend) GetNodeCount ¶
func (*Backend) GetPublicTransactions ¶
func (*Backend) GetRollupBatches ¶ added in v0.24.1
func (b *Backend) GetRollupBatches(hash gethcommon.Hash) (*common.BatchListingResponse, error)
func (*Backend) GetRollupByHash ¶ added in v0.24.1
func (b *Backend) GetRollupByHash(hash gethcommon.Hash) (*common.PublicRollup, error)
func (*Backend) GetRollupBySeqNo ¶ added in v0.24.1
func (b *Backend) GetRollupBySeqNo(seqNo uint64) (*common.PublicRollup, error)
func (*Backend) GetRollupListing ¶ added in v0.24.0
func (*Backend) GetTenNodeHealthStatus ¶
func (*Backend) GetTotalContractCount ¶
func (*Backend) GetTotalTransactionCount ¶
func (*Backend) GetTransaction ¶
func (b *Backend) GetTransaction(hash gethcommon.Hash) (*common.PublicTransaction, error)
Click to show internal directories.
Click to hide internal directories.