coreblocklogclient

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: Apache-2.0, BSD-2-Clause, Apache-2.0, + 1 more Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ArgBlockIndex    = "n"
	ArgContractHname = "h"
	ArgFromBlock     = "f"
	ArgRequestID     = "u"
	ArgToBlock       = "t"

	ResBlockIndex             = "n"
	ResBlockInfo              = "i"
	ResEvent                  = "e"
	ResGoverningAddress       = "g"
	ResRequestID              = "u"
	ResRequestIndex           = "r"
	ResRequestProcessed       = "p"
	ResRequestRecord          = "d"
	ResStateControllerAddress = "s"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlAddressesResults

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

func (*ControlAddressesResults) BlockIndex

func (r *ControlAddressesResults) BlockIndex() uint32

func (*ControlAddressesResults) GoverningAddress

func (r *ControlAddressesResults) GoverningAddress() wasmclient.Address

func (*ControlAddressesResults) StateControllerAddress

func (r *ControlAddressesResults) StateControllerAddress() wasmclient.Address

type ControlAddressesView

type ControlAddressesView struct {
	wasmclient.ClientView
}

func (*ControlAddressesView) Call

type CoreBlockLogService

type CoreBlockLogService struct {
	wasmclient.Service
}

func NewCoreBlockLogService

func NewCoreBlockLogService(cl *wasmclient.ServiceClient, chainID string) (*CoreBlockLogService, error)

func (*CoreBlockLogService) ControlAddresses

func (s *CoreBlockLogService) ControlAddresses() ControlAddressesView

func (*CoreBlockLogService) GetBlockInfo

func (s *CoreBlockLogService) GetBlockInfo() GetBlockInfoView

func (*CoreBlockLogService) GetEventsForBlock

func (s *CoreBlockLogService) GetEventsForBlock() GetEventsForBlockView

func (*CoreBlockLogService) GetEventsForContract

func (s *CoreBlockLogService) GetEventsForContract() GetEventsForContractView

func (*CoreBlockLogService) GetEventsForRequest

func (s *CoreBlockLogService) GetEventsForRequest() GetEventsForRequestView

func (*CoreBlockLogService) GetLatestBlockInfo

func (s *CoreBlockLogService) GetLatestBlockInfo() GetLatestBlockInfoView

func (*CoreBlockLogService) GetRequestIDsForBlock

func (s *CoreBlockLogService) GetRequestIDsForBlock() GetRequestIDsForBlockView

func (*CoreBlockLogService) GetRequestReceipt

func (s *CoreBlockLogService) GetRequestReceipt() GetRequestReceiptView

func (*CoreBlockLogService) GetRequestReceiptsForBlock

func (s *CoreBlockLogService) GetRequestReceiptsForBlock() GetRequestReceiptsForBlockView

func (*CoreBlockLogService) IsRequestProcessed

func (s *CoreBlockLogService) IsRequestProcessed() IsRequestProcessedView

type GetBlockInfoResults

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

func (*GetBlockInfoResults) BlockInfo

func (r *GetBlockInfoResults) BlockInfo() []byte

type GetBlockInfoView

type GetBlockInfoView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetBlockInfoView) BlockIndex

func (f *GetBlockInfoView) BlockIndex(v uint32)

func (*GetBlockInfoView) Call

type GetEventsForBlockResults

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

func (*GetEventsForBlockResults) Event

func (r *GetEventsForBlockResults) Event() []byte

type GetEventsForBlockView

type GetEventsForBlockView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetEventsForBlockView) BlockIndex

func (f *GetEventsForBlockView) BlockIndex(v uint32)

func (*GetEventsForBlockView) Call

type GetEventsForContractResults

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

func (*GetEventsForContractResults) Event

func (r *GetEventsForContractResults) Event() []byte

type GetEventsForContractView

type GetEventsForContractView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetEventsForContractView) Call

func (*GetEventsForContractView) ContractHname

func (f *GetEventsForContractView) ContractHname(v wasmclient.Hname)

func (*GetEventsForContractView) FromBlock

func (f *GetEventsForContractView) FromBlock(v uint32)

func (*GetEventsForContractView) ToBlock

func (f *GetEventsForContractView) ToBlock(v uint32)

type GetEventsForRequestResults

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

func (*GetEventsForRequestResults) Event

func (r *GetEventsForRequestResults) Event() []byte

type GetEventsForRequestView

type GetEventsForRequestView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetEventsForRequestView) Call

func (*GetEventsForRequestView) RequestID

type GetLatestBlockInfoResults

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

func (*GetLatestBlockInfoResults) BlockIndex

func (r *GetLatestBlockInfoResults) BlockIndex() uint32

func (*GetLatestBlockInfoResults) BlockInfo

func (r *GetLatestBlockInfoResults) BlockInfo() []byte

type GetLatestBlockInfoView

type GetLatestBlockInfoView struct {
	wasmclient.ClientView
}

func (*GetLatestBlockInfoView) Call

type GetRequestIDsForBlockResults

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

func (*GetRequestIDsForBlockResults) RequestID

type GetRequestIDsForBlockView

type GetRequestIDsForBlockView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetRequestIDsForBlockView) BlockIndex

func (f *GetRequestIDsForBlockView) BlockIndex(v uint32)

func (*GetRequestIDsForBlockView) Call

type GetRequestReceiptResults

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

func (*GetRequestReceiptResults) BlockIndex

func (r *GetRequestReceiptResults) BlockIndex() uint32

func (*GetRequestReceiptResults) RequestIndex

func (r *GetRequestReceiptResults) RequestIndex() uint16

func (*GetRequestReceiptResults) RequestRecord

func (r *GetRequestReceiptResults) RequestRecord() []byte

type GetRequestReceiptView

type GetRequestReceiptView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetRequestReceiptView) Call

func (*GetRequestReceiptView) RequestID

func (f *GetRequestReceiptView) RequestID(v wasmclient.RequestID)

type GetRequestReceiptsForBlockResults

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

func (*GetRequestReceiptsForBlockResults) RequestRecord

func (r *GetRequestReceiptsForBlockResults) RequestRecord() []byte

type GetRequestReceiptsForBlockView

type GetRequestReceiptsForBlockView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*GetRequestReceiptsForBlockView) BlockIndex

func (f *GetRequestReceiptsForBlockView) BlockIndex(v uint32)

func (*GetRequestReceiptsForBlockView) Call

type IsRequestProcessedResults

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

func (*IsRequestProcessedResults) RequestProcessed

func (r *IsRequestProcessedResults) RequestProcessed() string

type IsRequestProcessedView

type IsRequestProcessedView struct {
	wasmclient.ClientView
	// contains filtered or unexported fields
}

func (*IsRequestProcessedView) Call

func (*IsRequestProcessedView) RequestID

Jump to

Keyboard shortcuts

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