Description

Holds the viewing key

Constructors

Methods

  • Parameters

    • Optional addressIndex: number

      used to determine which diversifier should be used to derive the address, default is 0

    Returns Promise<{
        address: string;
        addressIndex: number;
    }>

    Base58Check-encoded address and its index

    Description

    Retrieve a payment address

  • Parameters

    • spendingKey: string

      Base58Check-encoded spending key

    • Optional password: string

      Optional password to decrypt the spending key

    Returns Promise<InMemoryViewingKey>

    Description

    Allows to instantiate the InMemoryViewingKey from an encrypted/unencrypted spending key

    Example

    await InMemoryViewingKey.fromSpendingKey('sask27SLmU9herddHz4qFJBLMjWYMbJF8RtS579w9ej9mfCYK7VUdyCJPHK8AzW9zMsopGZEkYeNjAY7Zz1bkM7CGu8eKLzrjBLTMC5wWJDhxiK91ahA29rhDRsHdJDV2u2jFwb2MNUix8JW7sAkAqYVaJpCehTBPgRQ1KqKwqqUaNmuD8kazd4Q8MCWmgbWs21Yuomdqyi9FLigjRp7oY4m5adaVU19Nj1AHvsMY2tePeU2L')
    

Generated using TypeDoc