const ErrSDKNotInitialized = Error('SDK not initialized') const ErrUnsupportedNetwork = Error('Unsupported network') const ErrUnsupportedIdentity = Error('Unsupported identity') const ErrTransactionRejectedByUser = Error('Transaction rejected by user') export default { ErrSDKNotInitialized, ErrUnsupportedNetwork, ErrUnsupportedIdentity, ErrTransactionRejectedByUser, }