@azizuysal/wallet-kit API Documentation - v1.1.0
    Preparing search index...

    Interface WalletError

    Error shape rejected by WalletKit promises. The native side sets code and message; JS-layer validation produces errors with the same shape so consumers handle both sources identically.

    interface WalletError {
        code: WalletErrorCode;
    }

    Hierarchy

    • Error
      • WalletError
    Index

    Properties

    Properties