Documentation
¶
Index ¶
- Constants
- type ControlAddressesResults
- type ControlAddressesView
- type CoreBlockLogService
- func (s *CoreBlockLogService) ControlAddresses() ControlAddressesView
- func (s *CoreBlockLogService) GetBlockInfo() GetBlockInfoView
- func (s *CoreBlockLogService) GetEventsForBlock() GetEventsForBlockView
- func (s *CoreBlockLogService) GetEventsForContract() GetEventsForContractView
- func (s *CoreBlockLogService) GetEventsForRequest() GetEventsForRequestView
- func (s *CoreBlockLogService) GetLatestBlockInfo() GetLatestBlockInfoView
- func (s *CoreBlockLogService) GetRequestIDsForBlock() GetRequestIDsForBlockView
- func (s *CoreBlockLogService) GetRequestReceipt() GetRequestReceiptView
- func (s *CoreBlockLogService) GetRequestReceiptsForBlock() GetRequestReceiptsForBlockView
- func (s *CoreBlockLogService) IsRequestProcessed() IsRequestProcessedView
- type GetBlockInfoResults
- type GetBlockInfoView
- type GetEventsForBlockResults
- type GetEventsForBlockView
- type GetEventsForContractResults
- type GetEventsForContractView
- type GetEventsForRequestResults
- type GetEventsForRequestView
- type GetLatestBlockInfoResults
- type GetLatestBlockInfoView
- type GetRequestIDsForBlockResults
- type GetRequestIDsForBlockView
- type GetRequestReceiptResults
- type GetRequestReceiptView
- type GetRequestReceiptsForBlockResults
- type GetRequestReceiptsForBlockView
- type IsRequestProcessedResults
- type IsRequestProcessedView
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 ¶
func (f *ControlAddressesView) Call() ControlAddressesResults
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 ¶
func (f *GetBlockInfoView) Call() GetBlockInfoResults
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 ¶
func (f *GetEventsForBlockView) Call() GetEventsForBlockResults
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 (f *GetEventsForContractView) Call() GetEventsForContractResults
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 (f *GetEventsForRequestView) Call() GetEventsForRequestResults
func (*GetEventsForRequestView) RequestID ¶
func (f *GetEventsForRequestView) RequestID(v wasmclient.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 ¶
func (f *GetLatestBlockInfoView) Call() GetLatestBlockInfoResults
type GetRequestIDsForBlockResults ¶
type GetRequestIDsForBlockResults struct {
// contains filtered or unexported fields
}
func (*GetRequestIDsForBlockResults) RequestID ¶
func (r *GetRequestIDsForBlockResults) RequestID() wasmclient.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 ¶
func (f *GetRequestIDsForBlockView) Call() GetRequestIDsForBlockResults
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 (f *GetRequestReceiptView) Call() GetRequestReceiptResults
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 ¶
func (f *GetRequestReceiptsForBlockView) Call() GetRequestReceiptsForBlockResults
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 (f *IsRequestProcessedView) Call() IsRequestProcessedResults
func (*IsRequestProcessedView) RequestID ¶
func (f *IsRequestProcessedView) RequestID(v wasmclient.RequestID)
Click to show internal directories.
Click to hide internal directories.