Skip to content

Commit

Permalink
Merge pull request #21 from coincord/Modified/Coincord-docs
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
Mozartted authored Aug 18, 2024
2 parents 0b32c6a + ea83297 commit 2388a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type RequestBody = {
}

type WebhookEventStructure = {
address: Address;
address: Address | string;
transaction: {
id: string | null;
tx_hash: string | null;
Expand All @@ -214,6 +214,7 @@ type WebhookEventStructure = {
event: "INCOMING_TRANSACTION" | "MINED_OUTGOING_TRANSACTION";
token_set: string;
amount: number;
fee?: number;
network: "BITCOIN" | "LITECOIN" | "POLYGON" | "TRON" | "ETHEREUM"
reference: string | null;
details: string;
Expand Down Expand Up @@ -450,4 +451,4 @@ type CoreSDK {
): [Transaction]
}

```
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coincord/coincord-core-sdk-wallet",
"version": "0.1.8-alpha.6",
"version": "0.1.8-alpha.7",
"description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.",
"main": "dist/lib/index.js",
"publishConfig": {
Expand Down

0 comments on commit 2388a1c

Please sign in to comment.