@dfns/sdk
Advanced tools
Comparing version 0.5.6-alpha.4 to 0.5.6-alpha.5
@@ -15,9 +15,2 @@ export type CreateDepositBody = { | ||
} | { | ||
kind: "Erc721"; | ||
contract: string; | ||
tokenId: string; | ||
priority?: ("Slow" | "Standard" | "Fast") | undefined; | ||
walletId: string; | ||
otp?: string | undefined; | ||
} | { | ||
kind: "Trc10"; | ||
@@ -35,8 +28,2 @@ tokenId: string; | ||
} | { | ||
kind: "Trc721"; | ||
contract: string; | ||
tokenId: string; | ||
walletId: string; | ||
otp?: string | undefined; | ||
} | { | ||
kind: "Asa"; | ||
@@ -189,3 +176,2 @@ assetId: string; | ||
kind: "Native"; | ||
to: string | string | string | string | string | string | string | string | string | string | string | string | string; | ||
amount: string; | ||
@@ -198,3 +184,2 @@ priority?: ("Slow" | "Standard" | "Fast") | undefined; | ||
contract: string; | ||
to: string; | ||
amount: string; | ||
@@ -205,13 +190,4 @@ priority?: ("Slow" | "Standard" | "Fast") | undefined; | ||
} | { | ||
kind: "Erc721"; | ||
contract: string; | ||
to: string; | ||
tokenId: string; | ||
priority?: ("Slow" | "Standard" | "Fast") | undefined; | ||
walletId: string; | ||
otp?: string | undefined; | ||
} | { | ||
kind: "Trc10"; | ||
tokenId: string; | ||
to: string; | ||
amount: string; | ||
@@ -223,3 +199,2 @@ walletId: string; | ||
contract: string; | ||
to: string; | ||
amount: string; | ||
@@ -229,12 +204,4 @@ walletId: string; | ||
} | { | ||
kind: "Trc721"; | ||
contract: string; | ||
to: string; | ||
tokenId: string; | ||
walletId: string; | ||
otp?: string | undefined; | ||
} | { | ||
kind: "Asa"; | ||
assetId: string; | ||
to: string; | ||
amount: string; | ||
@@ -247,3 +214,2 @@ walletId: string; | ||
assetCode: string; | ||
to: string; | ||
amount: string; | ||
@@ -254,3 +220,2 @@ walletId: string; | ||
kind: "Spl" | "Spl2022"; | ||
to: string; | ||
amount: string; | ||
@@ -263,3 +228,2 @@ mint: string; | ||
kind: "Tep74"; | ||
to: string; | ||
master: string; | ||
@@ -430,4 +394,2 @@ amount: string; | ||
paginationToken?: string | undefined; | ||
symbol?: string | undefined; | ||
network?: ("Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Westend" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Tron" | "TronNile" | "Ton" | "TonTestnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA") | undefined; | ||
}; | ||
@@ -434,0 +396,0 @@ export type ListAccountsResponse = { |
{ | ||
"name": "@dfns/sdk", | ||
"version": "0.5.6-alpha.4", | ||
"version": "0.5.6-alpha.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "buffer": "6.0.3", |
570873
14515