SecureWallet.differenceInIndices

Second stage in updating wallet. Takes a read trt.dartRead recorder. Creates an array of DARTindices from readIndicesByPubkey recorder If some indices were found in the wallet but not in the trt, the indices are removed from the wallet. If some indices were found in the trt but not in the wallet, the indices are put into a new dartRead request.

struct SecureWallet(Net : SecureNet)
const(HiRPC.Sender)
differenceInIndices
(
const(HiRPC.Receiver) receiver
)

Parameters

receiver const(HiRPC.Receiver)

Received response from trt.dartRead

Return Value

Type: const(HiRPC.Sender)

HiRPC.Sender.init if it is not needed to perform additional requests on the DART.