Skip to content

Commit

Permalink
Update index.d.ts to include generateAddresses() API change
Browse files Browse the repository at this point in the history
  • Loading branch information
rooooooooob committed Aug 13, 2019
1 parent 8b1905d commit 2bd6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -66,7 +66,7 @@ declare namespace RNCardano {

// Generate addresses for the given wallet.
export function generateAddresses(
account: AccountObj, type: AddressType, indices: Array<number>
account: AccountObj, type: AddressType, indices: Array<number>, protocolMagic: number
): Promise<Array<Address>>;

// Check if the given base58 string is a valid Cardano Extended Address.
Expand Down

0 comments on commit 2bd6c91

Please sign in to comment.