fix(core): update
This commit is contained in:
		
							
								
								
									
										19
									
								
								readme.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								readme.md
									
									
									
									
									
								
							| @@ -27,9 +27,28 @@ Platform support | [; | ||||
| const tinkUser = await tinkAccount.createTinkUser('YouOwnUniqueUserId'); | ||||
| const tinkLinkUrl = await tinkUser.getTinkLink(); | ||||
|  | ||||
| // present the link to your user to connect their bank accounts to the tink platform. | ||||
|  | ||||
| const tinkProviderConsents = await tinkUser.getProviderConsents(); | ||||
|  | ||||
| for (const providerConsent of tinkProviderConsents) { | ||||
|   const bankAccounts = await providerConsent.getBankAccounts(); | ||||
|   for (const bankAccount of bankAccounts) { | ||||
|     const transactions = bankAccount.getTransactions(); | ||||
|   } | ||||
| } | ||||
|  | ||||
| ``` | ||||
|  | ||||
|  | ||||
| ## Contribution | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user