Document getConfirmedSignaturesForAddress2 until param (#12424)
This commit is contained in:
		@@ -441,9 +441,10 @@ address backwards in time from the provided signature or most recent confirmed b
 | 
				
			|||||||
#### Parameters:
 | 
					#### Parameters:
 | 
				
			||||||
* `<string>` - account address as base-58 encoded string
 | 
					* `<string>` - account address as base-58 encoded string
 | 
				
			||||||
* `<object>` - (optional) Configuration object containing the following fields:
 | 
					* `<object>` - (optional) Configuration object containing the following fields:
 | 
				
			||||||
 | 
					  * `limit: <number>` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000).
 | 
				
			||||||
  * `before: <string>` - (optional) start searching backwards from this transaction signature.
 | 
					  * `before: <string>` - (optional) start searching backwards from this transaction signature.
 | 
				
			||||||
                         If not provided the search starts from the top of the highest max confirmed block.
 | 
					                         If not provided the search starts from the top of the highest max confirmed block.
 | 
				
			||||||
  * `limit: <number>` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000).
 | 
					  * `until: <string>` - (optional) search until this transaction signature, if found before limit reached.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Results:
 | 
					#### Results:
 | 
				
			||||||
The result field will be an array of transaction signature information, ordered
 | 
					The result field will be an array of transaction signature information, ordered
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user