From 0f3a555af5c158639fb3a611929253999886a8f3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 19:47:00 +0000 Subject: [PATCH] Document getConfirmedSignaturesForAddress2 until param (#12424) (#12425) (cherry picked from commit a713e3c92de3b950ccc00ced0a2ee6546be227d6) Co-authored-by: Tyera Eulberg --- docs/src/apps/jsonrpc-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index edcb03935e..5e835c7d31 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -441,9 +441,10 @@ address backwards in time from the provided signature or most recent confirmed b #### Parameters: * `` - account address as base-58 encoded string * `` - (optional) Configuration object containing the following fields: + * `limit: ` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000). * `before: ` - (optional) start searching backwards from this transaction signature. If not provided the search starts from the top of the highest max confirmed block. - * `limit: ` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000). + * `until: ` - (optional) search until this transaction signature, if found before limit reached. #### Results: The result field will be an array of transaction signature information, ordered