Skip to content

Commit 870749d

Browse files
Merge pull request ProgrammingBlockchain#133 from pp717/patch-1
Update transaction.md
2 parents 866c255 + bdcd2d3 commit 870749d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bitcoin_transfer/transaction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Transaction tx = new Transaction("0100000...");
3232
Quickly close the tab, before it scares you away, QBit Ninja queries the API and parses the information so go ahead and install **QBitNinja.Client** NuGet package.
3333

3434
![](../assets/QBitNuGet.png)
35+
and using it.
36+
'''cs
37+
using QBitNinja.Client;
38+
using QBitNinja.Client.Models;
39+
'''
3540

3641
Query the transaction by id:
3742

0 commit comments

Comments
 (0)