Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atomicfinance/types

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicfinance/types - npm Package Compare versions

Comparing version 2.0.0-beta.9 to 2.0.0

1

dist/financewallet.d.ts

@@ -8,2 +8,3 @@ import Input from './models/Input';

sendSweepTransactionWithSetOutputs(externalChangeAddress: string, feePerByte: number, _outputs: Output[], fixedInputs: Input[]): any;
quickFindAddress(addresses: string[]): any;
}

@@ -10,0 +11,0 @@ interface Output {

@@ -0,1 +1,2 @@

import { Address } from '@liquality/types';
import Input from './models/Input';

@@ -23,2 +24,4 @@

);
quickFindAddress(addresses: string[]);
}

@@ -25,0 +28,0 @@

4

package.json
{
"name": "@atomicfinance/types",
"umdName": "Types",
"version": "2.0.0-beta.9",
"version": "2.0.0",
"description": "CAL Finance Types",

@@ -27,3 +27,3 @@ "author": "Atomic Finance <info@atomic.finance>",

},
"gitHead": "0c31a1793d1c587bd95f34a91e8a057cc73d9bed"
"gitHead": "32e7779cb9ac586bd5e1867dbb657ccfa1ecf033"
}
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