FlowAccessProtocol
public protocol FlowAccessProtocol
Undocumented
-
ping()
AsynchronousUndocumented
Declaration
Swift
func ping() async throws -> Bool
-
getLatestBlockHeader()
AsynchronousUndocumented
Declaration
Swift
func getLatestBlockHeader() async throws -> Flow.BlockHeader
-
getBlockHeaderById(id:
Asynchronous) Undocumented
-
getBlockHeaderByHeight(height:
Asynchronous) Undocumented
Declaration
Swift
func getBlockHeaderByHeight(height: UInt64) async throws -> Flow.BlockHeader
-
getLatestBlock(sealed:
Default implementation, asynchronous) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func getLatestBlock(sealed: Bool) async throws -> Flow.Block
-
getBlockById(id:
Asynchronous) Undocumented
-
getBlockByHeight(height:
Asynchronous) Undocumented
Declaration
Swift
func getBlockByHeight(height: UInt64) async throws -> Flow.Block
-
getCollectionById(id:
Asynchronous) Undocumented
-
sendTransaction(transaction:
Asynchronous) Undocumented
-
getTransactionById(id:
Default implementation, asynchronous) Undocumented
Default Implementation
Undocumented
-
getTransactionResultById(id:
Default implementation, asynchronous) Undocumented
Default Implementation
Undocumented
-
getAccountAtLatestBlock(address:
Default implementation, asynchronous) Undocumented
Default Implementation
Undocumented
-
getAccountByBlockHeight(address:
Asynchronousheight: ) Undocumented
Declaration
-
executeScriptAtLatestBlock(script:
Default implementation, asynchronousarguments: ) Undocumented
Default Implementation
Undocumented
Declaration
-
executeScriptAtLatestBlock(script:
Asynchronousarguments: ) Undocumented
Declaration
-
executeScriptAtBlockId(script:
Default implementation, asynchronousblockId: arguments: ) Undocumented
Default Implementation
Undocumented
Declaration
-
executeScriptAtBlockId(script:
AsynchronousblockId: arguments: ) Undocumented
Declaration
-
executeScriptAtBlockHeight(script:
Default implementation, asynchronousheight: arguments: ) Undocumented
Default Implementation
Undocumented
Declaration
-
executeScriptAtBlockHeight(script:
Asynchronousheight: arguments: ) Undocumented
Declaration
-
getEventsForHeightRange(type:
Asynchronousrange: ) Undocumented
Declaration
Swift
func getEventsForHeightRange(type: String, range: ClosedRange<UInt64>) async throws -> [Flow.Event.Result]
-
getEventsForBlockIds(type:
Asynchronousids: ) Undocumented
Declaration
-
getNetworkParameters()
AsynchronousUndocumented
Declaration
Swift
func getNetworkParameters() async throws -> Flow.ChainID
-
executeScriptAtLatestBlock(cadence:
Extension method, asynchronousarguments: ) Undocumented
Declaration
-
executeScriptAtLatestBlock(cadence:
Extension method, asynchronousarguments: ) Undocumented
Declaration
-
executeScriptAtLatestBlock(script:
Extension method, asynchronous) Undocumented
Declaration