FlowAccessProtocol
public protocol FlowAccessProtocol
The network protocol for access api Find more detail here: https://docs.onflow.org/access-api/
-
Undocumented
Declaration
Swift
func ping() -> EventLoopFuture<Bool> -
Undocumented
Declaration
Swift
func getLatestBlockHeader() -> EventLoopFuture<Flow.BlockHeader> -
Undocumented
-
Undocumented
Declaration
Swift
func getBlockHeaderByHeight(height: UInt64) -> EventLoopFuture<Flow.BlockHeader?> -
Undocumented
Declaration
Swift
func getLatestBlock(sealed: Bool) -> EventLoopFuture<Flow.Block> -
Undocumented
-
Undocumented
Declaration
Swift
func getBlockByHeight(height: UInt64) -> EventLoopFuture<Flow.Block?> -
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
Declaration
-
Undocumented
Declaration
-
Undocumented
Declaration
-
Undocumented
Declaration
-
Undocumented
Declaration
-
Undocumented
Declaration
-
Undocumented
Declaration
Swift
func getEventsForHeightRange(type: String, range: ClosedRange<UInt64>) -> EventLoopFuture<[Flow.Event.Result]> -
Undocumented
Declaration
-
Undocumented
Declaration
Swift
func getNetworkParameters() -> EventLoopFuture<Flow.ChainID> -
Undocumented
Declaration
Swift
func getLatestProtocolStateSnapshot() -> EventLoopFuture<Flow.Snapshot>
View on GitHub
FlowAccessProtocol Protocol Reference