package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewAccountStatusFilter creates a new AccountStatusFilter based on the provided configuration.
No description provided by the author

# Constants

CoreEventAccountContractAdded is emitted when a contract gets deployed to an account.
CoreEventAccountContractRemoved is emitted when a contract gets removed from an account.
CoreEventAccountContractUpdated is emitted when a contract gets updated on an account.
CoreEventAccountCreated is emitted when a new account gets created.
CoreEventAccountKeyAdded is emitted when a key gets added to an account.
CoreEventAccountKeyRemoved is emitted when a key gets removed from an account.
CoreEventInboxValueClaimed is emitted when a Capability is claimed by an account.
CoreEventInboxValuePublished is emitted when a Capability is published from an account.
CoreEventInboxValueUnpublished is emitted when a Capability is unpublished from an account.
DefaultMaxAccountAddresses specifies limitation for possible number of accounts that could be used in filter.
DefaultMaxAddresses is the default maximum number of addresses that can be specified in a filter.
DefaultMaxContracts is the default maximum number of contracts that can be specified in a filter.
DefaultMaxEventTypes is the default maximum number of event types that can be specified in a filter.
DefaultRegisterIDsRequestLimit defines the default limit of register IDs for a single request to the get register endpoint.

# Variables

DefaultCoreEvents is an array containing all default core event types.
DefaultEventFilterConfig is the default configuration for EventFilters.

# Structs

AccountStatusFilter defines a specific filter for account statuses.
EventFilter represents a filter applied to events for a given subscription.
EventFilterConfig is used to configure the limits for EventFilters.

# Interfaces

API represents an interface that defines methods for interacting with a blockchain's execution data and events.

# Type aliases

No description provided by the author