Type alias WalletError

WalletError: {
    code: ErrorCodes;
    isError: boolean;
    message: string;
    type: ErrorTypes;
}

Possible error thrown by WalletExtension

Type declaration

Generated using TypeDoc