Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit b4a9c4d

Browse files
authored
export getDecodedWithdrawalCurrency method (#19)
1 parent cbd68fa commit b4a9c4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reservoir0x/relay-protocol-sdk",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Relay protocol SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
encodeWithdrawal,
2525
decodeWithdrawal,
2626
getDecodedWithdrawalId,
27+
getDecodedWithdrawalCurrency,
2728
} from "./messages/v2.1/depository-withdrawal";
2829

2930
import {
@@ -93,6 +94,7 @@ export {
9394
encodeWithdrawal,
9495
decodeWithdrawal,
9596
getDecodedWithdrawalId,
97+
getDecodedWithdrawalCurrency,
9698

9799
// SolverRefund
98100
SolverRefundMessage,

0 commit comments

Comments
 (0)