Variable ERROR_CODE_RpcPermissionDenyErrorConst

ERROR_CODE_RpcPermissionDenyError: 11 = 11

This error occurs when you are not address.subscribed to the wallet (I think?)

The error name here is ungrammatical but following the lead of the SDK.

const ERROR_CODE_RpcPermissionDenyError = 11;

See https://github.com/aeternity/aepp-sdk-js/blob/1065da9a46b8dbfe60a2c3e5646e7422ee7e495e/src/aepp-wallet-communication/schema.ts#L186

Generated using TypeDoc