Crate flow_sdk[][src]

Expand description

Flow.rs

This crate contains various ways to interact with the Flow blockchain through its access API.

Start by connecting to the testnet() or the mainnet(), or login to an account by providing the address and secret key.

You can also take a look at the reference for examples around individual functionalities.

Modules

Access API type definitions

Mutate the blockchain with your private key(s).

The hashing and signing algorithms.

Flow gRPC connections

tonic::codec::Codec implementation for otopr.

Entities of the Flow network.

Errors

Multi-party signing

Re-exports for commonly used types and functions.

Protobuf objects to decode/encode.

A trait to generalize requests and responses of the Access API.

Common logic for signing transactions.

Transactions on the flow blockchain.