Versions in this module Expand all Collapse all v2 v2.3.14 May 12, 2025 Changes in this version + const DefaultPaginationLimit + var AllCompletionStatus = []CompletionStatus + func ConvertToAppFilter(filter *AppFilter) ([]*cModel.ConvenienceFilter, error) + func ConvertToConvenienceFilter(filter []*ConvenientFilter) ([]*cModel.ConvenienceFilter, error) + type AddressFilterInput struct + And []*ConvenientFilter + Eq *string + In []*string + Ne *string + Nin []*string + Or []*ConvenientFilter + type AppConnection = Connection[*Application] + func ConvertToAppConnectionV1(apps []cModel.ConvenienceApplication, offset int, total int) (*AppConnection, error) + type AppEdge = Edge[*Application] + type AppFilter struct + Address *string + IndexGreaterThan *int + IndexLowerThan *int + Name *string + type Application struct + Address string + ID string + Name string + func ConvertToApplicationV1(app cModel.ConvenienceApplication) *Application + type BooleanFilterInput struct + And []*ConvenientFilter + Eq *bool + Ne *bool + Or []*ConvenientFilter + type CompletionStatus string + const CompletionStatusAccepted + const CompletionStatusCycleLimitExceeded + const CompletionStatusException + const CompletionStatusMachineHalted + const CompletionStatusPayloadLengthLimitExceeded + const CompletionStatusRejected + const CompletionStatusTimeLimitExceeded + const CompletionStatusUnprocessed + func (e *CompletionStatus) UnmarshalGQL(v any) error + func (e CompletionStatus) IsValid() bool + func (e CompletionStatus) MarshalGQL(w io.Writer) + func (e CompletionStatus) String() string + type Connection struct + Edges []*Edge[T] + PageInfo *PageInfo + TotalCount int + func NewConnection[T any](offset int, total int, nodes []T) *Connection[T] + type ConvenientFilter struct + And []*ConvenientFilter + Destination *AddressFilterInput + Executed *BooleanFilterInput + Or []*ConvenientFilter + type DelegateCallVoucher struct + Destination string + Executed bool + Index int + InputIndex int + Payload string + Proof Proof + TransactionHash string + func ConvertConvenientDelegateCallVoucherV1(cVoucher cModel.ConvenienceVoucher) *DelegateCallVoucher + type DelegateCallVoucherConnection = Connection[*DelegateCallVoucher] + func ConvertToDelegateCallVoucherConnectionV1(vouchers []cModel.ConvenienceVoucher, offset int, total int) (*DelegateCallVoucherConnection, error) + type DelegateCallVoucherEdge = Edge[*DelegateCallVoucher] + type Edge struct + Node T + func (e *Edge[T]) Cursor() string + type Input struct + BlockNumber string + BlockTimestamp string + EspressoBlockNumber string + EspressoTimestamp string + ID string + Index int + InputBoxIndex string + MsgSender string + Payload string + PrevRandao string + Status CompletionStatus + Timestamp string + func ConvertInput(ctx context.Context, input cModel.AdvanceInput) (*Input, error) + type InputConnection = Connection[*Input] + func ConvertToInputConnectionV1(ctx context.Context, inputs []cModel.AdvanceInput, offset int, total int) (*InputConnection, error) + type InputEdge = Edge[*Input] + type InputFilter struct + IndexGreaterThan *int + IndexLowerThan *int + MsgSender *string + Type *string + type ModelWrapper struct + func NewModelWrapper(model *model.NonodoModel) *ModelWrapper + type Notice struct + Index int + InputIndex int + Payload string + Proof Proof + func ConvertConvenientNoticeV1(cNotice cModel.ConvenienceNotice) *Notice + type NoticeConnection = Connection[*Notice] + func ConvertToNoticeConnectionV1(notices []cModel.ConvenienceNotice, offset int, total int) (*NoticeConnection, error) + type NoticeEdge = Edge[*Notice] + type PageInfo struct + EndCursor *string + HasNextPage bool + HasPreviousPage bool + StartCursor *string + type Proof struct + OutputHashesSiblings []string + OutputIndex string + type Query struct + type Report struct + Index int + InputIndex int + Payload string + type ReportConnection = Connection[*Report] + type ReportEdge = Edge[*Report] + type Voucher struct + Destination string + Executed bool + Index int + InputIndex int + Payload string + Proof Proof + TransactionHash string + Value string + func ConvertConvenientVoucherV1(cVoucher cModel.ConvenienceVoucher) *Voucher + type VoucherConnection = Connection[*Voucher] + func ConvertToVoucherConnectionV1(vouchers []cModel.ConvenienceVoucher, offset int, total int) (*VoucherConnection, error) + type VoucherEdge = Edge[*Voucher]