Protocols
The following protocols are available globally.
-
Declaration
Swift
public protocol FlowEncodable
-
Declaration
Swift
public protocol FlowLoggerProtocol
-
Declaration
Swift
public protocol FlowEntity
-
A protocol for signer to use private key to sign the data
See moreDeclaration
Swift
public protocol FlowSigner
-
Flow Access API Protocol
Defines the interface for interacting with Flow blockchain nodes. Provides methods for querying blockchain state and submitting transactions.
This protocol supports:
- Block queries
- Account information
- Transaction submission
- Script execution
- Event querying
Implementation examples:
- HTTP API client
- gRPC client
- Mock client for testing
Declaration
Swift
public protocol FlowAccessProtocol