From a713e3c92de3b950ccc00ced0a2ee6546be227d6 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Wed, 23 Sep 2020 13:33:00 -0600 Subject: [PATCH] Document getConfirmedSignaturesForAddress2 until param (#12424) --- 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 4a9d8039b..fc358dc28 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