sui/src/account/account library
Classes
-
SuiAccount<
PUBLICKEY extends SuiAccountPublicKey, SINATURE extends SuiBaseSignature> - Abstract class representing a Sui account with signing capabilities.
- SuiAccountConst
- SuiAccountPublicKey
- Abstract class representing a Sui account public key with serialization support.
- SuiEd25519Account
- SuiEd25519AccountPublicKey
- Represents a Sui account public key using the Ed25519 signing scheme.
- SuiMultisigAccount
- SuiMultisigAccountPublicKey
- Represents a multisig public key with multiple public keys and a threshold.
- SuiMultisigPublicKeyInfo
- Holds information about a multisig public key and its associated weight.
- SuiSecp256k1Account
- SuiSecp256k1AccountPublicKey
- Represents a Sui account public key using the Secp256k1 signing scheme.
- SuiSecp256r1Account
- SuiSecp256r1AccountPublicKey
- Represents a Sui account public key using the Secp256r1 signing scheme.