Skip to content

Commit

Permalink
[EDW-1032] Add extensions to create btc address serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
doomdabidon authored Sep 29, 2020
1 parent 6388983 commit 0bc3538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echojs-lib",
"version": "1.12.2",
"version": "1.12.3-rc.0",
"description": "Pure JavaScript ECHO library for node.js",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/serializers/protocol/sidechain/btc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const sidechainBtcCreateAddressOperationPropsSerializer = struct({
fee: asset,
account: accountId,
backup_address: stringSerializer,
extensions,
});


Expand Down
1 change: 1 addition & 0 deletions types/serializers/protocol/sidechain/btc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export declare const sidechainBtcCreateAddressOperationPropsSerializer: StructSe
fee: typeof asset,
account: typeof accountId,
backup_address: StringSerializer,
extensions: typeof extensions,
}>;

export declare const sidechainBtcCreateIntermediateDepositOperationPropsSerializer: StructSerializer<{
Expand Down

0 comments on commit 0bc3538

Please sign in to comment.