Socket
Socket
Sign inDemoInstall

@bitgo/sdk-coin-sol

Package Overview
Dependencies
Maintainers
14
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/sdk-coin-sol - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

8

dist/src/lib/iface.d.ts

@@ -21,3 +21,3 @@ import { TransactionExplanation as BaseTransactionExplanation } from '@bitgo/sdk-core';

}
export declare type InstructionParams = Nonce | Memo | WalletInit | Transfer | StakingActivate | StakingDeactivate | StakingWithdraw | AtaInit | AtaClose | TokenTransfer | StakingAuthorize | StakingDelegate;
export type InstructionParams = Nonce | Memo | WalletInit | Transfer | StakingActivate | StakingDeactivate | StakingWithdraw | AtaInit | AtaClose | TokenTransfer | StakingAuthorize | StakingDelegate;
export interface Memo {

@@ -122,4 +122,4 @@ type: InstructionBuilderTypes.Memo;

}
export declare type ValidInstructionTypes = SystemInstructionType | StakeInstructionType | 'Memo' | 'InitializeAssociatedTokenAccount' | 'CloseAssociatedTokenAccount' | 'TokenTransfer';
export declare type StakingAuthorizeParams = {
export type ValidInstructionTypes = SystemInstructionType | StakeInstructionType | 'Memo' | 'InitializeAssociatedTokenAccount' | 'CloseAssociatedTokenAccount' | 'TokenTransfer';
export type StakingAuthorizeParams = {
stakingAddress: string;

@@ -132,3 +132,3 @@ oldWithdrawAddress: string;

};
export declare type StakingDelegateParams = {
export type StakingDelegateParams = {
stakingAddress: string;

@@ -135,0 +135,0 @@ fromAddress: string;

@@ -12,3 +12,3 @@ /**

}
export declare type SolTransactionExplanation = TransactionExplanation;
export type SolTransactionExplanation = TransactionExplanation;
export interface ExplainTransactionOptions {

@@ -48,3 +48,3 @@ txBase64: string;

}
declare type TransactionInput = TransactionOutput;
type TransactionInput = TransactionOutput;
export interface SolParsedTransaction extends ParsedTransaction {

@@ -51,0 +51,0 @@ inputs: TransactionInput[];

{
"name": "@bitgo/sdk-coin-sol",
"version": "4.5.0",
"version": "4.5.1",
"description": "BitGo SDK coin library for Sol",

@@ -43,5 +43,5 @@ "main": "./dist/src/index.js",

"dependencies": {
"@bitgo/sdk-core": "^28.3.0",
"@bitgo/sdk-core": "^28.4.0",
"@bitgo/sdk-lib-mpc": "^10.0.0",
"@bitgo/statics": "^49.3.0",
"@bitgo/statics": "^49.4.0",
"@solana/spl-token": "0.3.1",

@@ -56,7 +56,7 @@ "@solana/web3.js": "1.92.1",

"devDependencies": {
"@bitgo/sdk-api": "^1.53.3",
"@bitgo/sdk-test": "^8.0.39",
"@bitgo/sdk-api": "^1.54.0",
"@bitgo/sdk-test": "^8.0.40",
"@types/lodash": "^4.14.121"
},
"gitHead": "54e39bfd304bc375f9669bddefe64d8d2bc5580e"
"gitHead": "c9139018c1e0a2c4f9e4048d165301fae7112bd9"
}

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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