From 2bd6c9185093dec04af79f9b20f1dd491760b310 Mon Sep 17 00:00:00 2001 From: rooooooooob Date: Tue, 13 Aug 2019 15:38:49 -0700 Subject: [PATCH] Update index.d.ts to include generateAddresses() API change --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 686cfc7..dc608a0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -66,7 +66,7 @@ declare namespace RNCardano { // Generate addresses for the given wallet. export function generateAddresses( - account: AccountObj, type: AddressType, indices: Array + account: AccountObj, type: AddressType, indices: Array, protocolMagic: number ): Promise>; // Check if the given base58 string is a valid Cardano Extended Address.