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) GetBatchHeader(hash gethcommon.Hash) (*common.BatchHeader, error)
- func (b *Backend) GetBatchesListing(offset uint64, size uint64) (*common.BatchListingResponse, error)
- func (b *Backend) GetBlockListing(offset uint64, size uint64) (*common.BlockListingResponse, error)
- func (b *Backend) GetConfig() (*common.ObscuroNetworkInfo, 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) GetTenNodeHealthStatus() (bool, error)
- func (b *Backend) GetTotalContractCount() (int, error)
- func (b *Backend) GetTotalTransactionCount() (int, error)
- func (b *Backend) GetTransaction(_ gethcommon.Hash) (*common.L2Tx, 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) GetBatchHeader ¶
func (b *Backend) GetBatchHeader(hash gethcommon.Hash) (*common.BatchHeader, error)
func (*Backend) GetBatchesListing ¶
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) GetTenNodeHealthStatus ¶
func (*Backend) GetTotalContractCount ¶
func (*Backend) GetTotalTransactionCount ¶
func (*Backend) GetTransaction ¶
Click to show internal directories.
Click to hide internal directories.