From 39827065a09486e91f70f44ad05696e8491879d1 Mon Sep 17 00:00:00 2001 From: Scitz0 Date: Tue, 17 Oct 2023 18:37:22 +0200 Subject: [PATCH] updates according https://github.com/cardano-foundation/CIPs/pull/601 --- CIP-0104/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CIP-0104/README.md b/CIP-0104/README.md index ef0ef38b3..3c644d180 100644 --- a/CIP-0104/README.md +++ b/CIP-0104/README.md @@ -22,9 +22,9 @@ This CIP extends [CIP-30 (Cardano dApp-Wallet Web Bridge)](https://cips.cardano. Normally it's up to the wallet to handle the logic for utxo selection, derived addresses etc through the established CIP-30 api. Sometimes however, dApp needs greater control due to subpar utxo selection or other specific needs that can only be handled by chain lookup from derived address(es). This moves the control and complexity from wallet to dApp for those dApps that prefer this setup. A dApp has better control and can make a more uniform user experience. By exporting only the account public key, this gives read-only access to the dApp. ## Specification -A new endpoint is added namespaced according to this cip extension number that returns the connected account extended public key as [cbor\](https://cips.cardano.org/cips/cip30/#cbort) defined in CIP30. +A new endpoint is added namespaced according to this cip extension number that returns the connected account extended public key as [`cbor`](https://cips.cardano.org/cips/cip30/#cbort) defined in CIP30. -### 1. api.cip104.getAccountPub(): Promise\> +### 1. `api.cip104.getAccountPub(): Promise>` Errors: APIError