Crate af_keys

Crate af_keys 

Source
Expand description

Light-weight, read-only version of Sui’s file-based keystore.

This crate uses eyre and is meant for applications, not libraries.

The medium-term plan is to deprecate most of this in favor of sui_crypto.

Re-exports§

pub use intent::Intent;
pub use keystore::FileBasedKeystore;
pub use keystore::ReadOnlyAccountKeystore;

Modules§

crypto
intent
keystore
multisig

Functions§

sign_for_address
sign_transaction
sign_transaction_multisig
signatures
Computes the required signatures for a transaction’s data.