Documentation

    Type Alias WalletWithRequiredFeatures

    WalletWithRequiredFeatures: WalletWithFeatures<
        MinimallyRequiredFeatures & Partial<SuiFeatures> & Partial<
            StandardDisconnectFeature,
        > & IdentifierRecord<unknown>,
    >

    Represents a wallet with the absolute minimum feature set required to function in the Sui ecosystem.

    MMNEPVFCICPMFPCPTTAAATR