Module flow_sdk::prelude[][src]

Expand description

Re-exports for commonly used types and functions.

Re-exports

pub use crate::account::Account;
pub use crate::account::DefaultAccount;
pub use crate::algorithms::DefaultHasher;
pub use crate::algorithms::DefaultSigner;
pub use crate::client::TonicHyperFlowClient;
pub use crate::protobuf::Seal;

Modules

Re-exports items from the cadence_json crate.

Re-exports items from the hex crate.

Structs

Adds a contract to an account.

A simple transaction to create an account with full weight keys.

A transaction to create an account with weighed keys.

Remove a contract of an account by name.

Updates a contract of an account by name.