Allows to retrieve and decrypt sapling transactions using on a viewing key
Holds the sapling viewing key
Address of the sapling contract or sapling id if the smart contract contains multiple sapling states
Allows to read data from the blockchain
the balance in mutez represented as a BigNumber
Retrieve the unspent balance associated with the configured viewing key and sapling state
Retrieve all the incoming and outgoing decoded transactions associated with the configured viewing key
Retrieve all the incoming and outgoing transactions associated with the configured viewing key. The response properties are in Uint8Array format; use the getIncomingAndOutgoingTransactions method for readable properties
Description
Allows to retrieve and decrypt sapling transactions using on a viewing key
Param: inMemoryViewingKey
Holds the sapling viewing key
Param: saplingContractId
Address of the sapling contract or sapling id if the smart contract contains multiple sapling states
Param: readProvider
Allows to read data from the blockchain