Info
Version: | 1.1.10 |
Author(s): | Blockcore |
Last Update: | Monday, April 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.blockcore.net/ |
NuGet Url: | https://www.nuget.org/packages/Blockcore.Features.WalletNotify |
Install
Install-Package Blockcore.Features.WalletNotify
dotnet add package Blockcore.Features.WalletNotify
paket add Blockcore.Features.WalletNotify
Blockcore.Features.WalletNotify Download (Unzip the "nupkg" after downloading)
Dependencies
- Blockcore.Core(>= 1.0.15)
- Blockcore.Features.Wallet(>= 1.0.15)
Tags
This feature allows you to configure a shell command to be executed whenever an transaction is observed in the wallet. Event is triggered both when transaction is added to the mempool, and when it is mined/staked into a block.
When the wallet is rescanned, the events will trigger again. Make sure your software that dependes on notifications handles being triggered multiple times on same transaction ID.