mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-24 22:58:01 +03:00
Export one more types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.19.62",
|
||||
"version": "0.19.63",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -358,14 +358,14 @@ export type TxSwapThroughOrionPoolPayload = {
|
||||
}
|
||||
};
|
||||
|
||||
type TxBridgePayload = {
|
||||
export type TxBridgePayload = {
|
||||
type: TxType.BRIDGE_LOCK | TxType.BRIDGE_REDEEM | TxType.BRIDGE_REFUND
|
||||
data: {
|
||||
secretHash: string
|
||||
}
|
||||
}
|
||||
|
||||
type TxLiquidityMigrationPayload = {
|
||||
export type TxLiquidityMigrationPayload = {
|
||||
type: TxType.LIQUIDITY_MIGRATION
|
||||
data: {
|
||||
source: SupportedChainId
|
||||
@@ -387,7 +387,7 @@ type TxLiquidityMigrationPayload = {
|
||||
}
|
||||
}
|
||||
|
||||
type TxRedeemTwoAtomicsPayload = {
|
||||
export type TxRedeemTwoAtomicsPayload = {
|
||||
type: TxType.REDEEM_TWO_ATOMICS
|
||||
data: {
|
||||
secretHash1: string
|
||||
|
||||
Reference in New Issue
Block a user