New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dfns/sdk

Package Overview
Dependencies
Maintainers
13
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/sdk - npm Package Compare versions

Comparing version 0.5.6-alpha.7 to 0.5.6-alpha.8

4

generated/auth/types.d.ts

@@ -1957,3 +1957,3 @@ export type ActivateApplicationParams = {

wallets: {
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Westend" | "Tezos" | "TezosGhostnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Westend" | "Tezos" | "TezosGhostnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
name?: string | undefined;

@@ -1978,3 +1978,3 @@ }[];

id: string;
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";
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" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
address?: string | undefined;

@@ -1981,0 +1981,0 @@ signingKey: {

@@ -5,2 +5,3 @@ export type CreateDepositBody = {

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -13,2 +14,3 @@ otp?: string | undefined;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -20,2 +22,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -27,2 +30,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -34,2 +38,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -42,2 +47,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -50,2 +56,3 @@ otp?: string | undefined;

createDestinationAccount?: boolean | undefined;
externalId?: string | undefined;
walletId: string;

@@ -57,2 +64,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -69,4 +77,4 @@ otp?: string | undefined;

accountId: string;
externalId?: string | undefined;
transferId?: string | undefined;
exchangeReference?: string | undefined;
kind: "Withdrawal" | "Deposit";

@@ -83,2 +91,3 @@ walletId: string;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -91,2 +100,3 @@ otp?: string | undefined;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -98,2 +108,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -105,2 +116,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -112,2 +124,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -120,2 +133,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -128,2 +142,3 @@ otp?: string | undefined;

createDestinationAccount?: boolean | undefined;
externalId?: string | undefined;
walletId: string;

@@ -135,2 +150,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -146,3 +162,3 @@ otp?: string | undefined;

name?: string | undefined;
kind: "Binance" | "Kraken" | "Coinbase" | "OKX" | "Bitstamp";
kind: "Binance" | "Kraken" | "CoinbaseApp";
readConfiguration: {

@@ -164,3 +180,3 @@ publicApiKey: string;

name?: string | undefined;
kind: "Binance" | "Kraken" | "Coinbase" | "OKX" | "Bitstamp";
kind: "Binance" | "Kraken" | "CoinbaseApp";
dateCreated: string;

@@ -175,2 +191,3 @@ };

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -183,2 +200,3 @@ otp?: string | undefined;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -190,2 +208,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -197,2 +216,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -204,2 +224,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -212,2 +233,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -220,2 +242,3 @@ otp?: string | undefined;

createDestinationAccount?: boolean | undefined;
externalId?: string | undefined;
walletId: string;

@@ -227,2 +250,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -239,4 +263,4 @@ otp?: string | undefined;

accountId: string;
externalId?: string | undefined;
transferId?: string | undefined;
exchangeReference?: string | undefined;
kind: "Withdrawal" | "Deposit";

@@ -253,2 +277,3 @@ walletId: string;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -261,2 +286,3 @@ otp?: string | undefined;

priority?: ("Slow" | "Standard" | "Fast") | undefined;
externalId?: string | undefined;
walletId: string;

@@ -268,2 +294,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -275,2 +302,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -282,2 +310,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -290,2 +319,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -298,2 +328,3 @@ otp?: string | undefined;

createDestinationAccount?: boolean | undefined;
externalId?: string | undefined;
walletId: string;

@@ -305,2 +336,3 @@ otp?: string | undefined;

amount: string;
externalId?: string | undefined;
walletId: string;

@@ -327,3 +359,3 @@ otp?: string | undefined;

name?: string | undefined;
kind: "Binance" | "Kraken" | "Coinbase" | "OKX" | "Bitstamp";
kind: "Binance" | "Kraken" | "CoinbaseApp";
dateCreated: string;

@@ -366,3 +398,3 @@ };

}) & {
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Westend" | "Tezos" | "TezosGhostnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Westend" | "Tezos" | "TezosGhostnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
decimals: number;

@@ -403,3 +435,3 @@ })[];

name?: string | undefined;
kind: "Binance" | "Kraken" | "Coinbase" | "OKX" | "Bitstamp";
kind: "Binance" | "Kraken" | "CoinbaseApp";
dateCreated: string;

@@ -406,0 +438,0 @@ }[];

export type GetFeesQuery = {
network: ("Bitcoin" | "BitcoinTestnet3" | "Litecoin" | "LitecoinTestnet") | ("ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai") | ("Solana" | "SolanaDevnet");
network: ("Bitcoin" | "BitcoinTestnet3" | "Litecoin" | "LitecoinTestnet") | ("ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia") | ("Solana" | "SolanaDevnet");
};

@@ -19,3 +19,3 @@ export type GetFeesResponse = {

kind: "Eip1559";
network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai";
network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
blockNumber: number;

@@ -54,3 +54,3 @@ slow: {

kind: "Evm";
network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai";
network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
contract: string;

@@ -57,0 +57,0 @@ data: string;

{
"name": "@dfns/sdk",
"version": "0.5.6-alpha.7",
"version": "0.5.6-alpha.8",
"dependencies": {

@@ -5,0 +5,0 @@ "buffer": "6.0.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc