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§
Functions§
- sign_
for_ address - sign_
transaction - sign_
transaction_ multisig - signatures
- Computes the required signatures for a transaction’s data.