catalyst_cardano_platform_interface library
Classes
- CardanoWallet
- A cardano wallet extension that has been injected into the browser's cardano.{walletName} object.
- CardanoWalletApi
- The full API of enabled wallet extension.
- CardanoWalletCip95Api
- The CIP-95 API of enabled wallet extension.
- CatalystCardanoPlatform
- The interface that implementations of catalyst_cardano must implement.
- CipExtension
- Defines the cip extension version.
- DataSignature
- The data signature as returned by CIP-30 signData.
- Paginate
- Defines the pagination constraints when querying data.
Enums
- TxSendErrorCode
- A specific error code related to the TxSendException.
- TxSignErrorCode
- A specific error code related to the TxSignException.
- WalletApiErrorCode
- A specific error code related to the WalletApiException.
- WalletDataSignErrorCode
- A specific error code related to the WalletDataSignException.
Exceptions / Errors
- TxSendException
- Exception thrown when submitting the transaction fails.
- TxSignException
- Exception thrown when signing the transaction fails.
- WalletApiException
- Defines a set of possible exceptions that might occur when interacting with the wallet extension api.
- WalletDataSignException
- Defines a set of possible exceptions that might occur when calling the CardanoWalletApi.signData method.
- WalletPaginateException
- maxSize is the maximum size for pagination and if the dApp tries to request pages outside of this boundary this error is thrown.