From 1ed398268b101b75c60dcb8f9229d495081c25f5 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Thu, 30 Jan 2025 16:01:56 +0100 Subject: [PATCH] doc: fix typos in API docs (#152) spelling --- API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index c44a3594..b9c36097 100644 --- a/API.md +++ b/API.md @@ -45,13 +45,13 @@ Key versions refer new versions of the root key that we may choose to generate o pub const fn latest_key_version(&self) -> u32 ``` -## `experimantal_signature_deposit()` -This experimantal function calculates the fee for a signature request. The fee is volatile and depends on the number of pending requests. If used on a client side, it can give outdate results. +## `experimental_signature_deposit()` +This experimental function calculates the fee for a signature request. The fee is volatile and depends on the number of pending requests. If used on a client side, it can give outdate results. ```rust -pub fn experimantal_signature_deposit(&self) -> u128 +pub fn experimental_signature_deposit(&self) -> u128 ``` -For more details check `User contract API` impl block in the [chain-signatures/contracts/src/lib.rs](./chain-signatures/contracts/src/lib.rs) file. +For more details check `User contract API` impl block in the [chain-signatures/contract/src/lib.rs](./chain-signatures/contract/src/lib.rs) file. # Environments 1. Mainnet: `v1.signer`