Module flow_sdk::sign[][src]

Expand description

Common logic for signing transactions.

Structs

Makes SignatureEs for encoding.

Specification of multisign. Has multiple keys and specifies which one to use when proposing.

A single key that can sign a transaction for the flow network.

A signature iterator. Iterates over the secret keys and sign the data.

Enums

How to sign? This describes whether to sign using only one secret key or with multiple keys (multisign).

Type Definitions

An Iterator over key id numbers.

An Iterator over secret keys.