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

fiosdk-offline

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiosdk-offline - npm Package Compare versions

Comparing version 1.2.20 to 1.2.21

23

lib/entities/FioActionParameters.d.ts

@@ -15,2 +15,14 @@ import { PublicAddress } from './PublicAddress';

};
export declare type FioObtDataContent = {
payer_public_address: string;
payee_public_address: string;
amount: string;
chain_code: string;
token_code: string;
status: string;
obt_id: string;
memo: string;
hash: string;
offline_url: string;
};
export declare const FioAddPubAddressActionAccount = "fio.address";

@@ -81,8 +93,9 @@ export declare const FioAddPubAddressActionName = "addaddress";

export declare type FioRecordObtDataActionData = {
payer_fio_address: string;
payee_fio_address: string;
content: string;
fio_request_id: number;
max_fee: number;
tpid: string;
actor: string;
content: FioObtDataContent;
fio_request_id: string;
max_fee?: number;
tpid?: string;
actor?: string;
};

@@ -89,0 +102,0 @@ export declare const FioRegisterFioAddressActionAccount = "fio.address";

{
"name": "fiosdk-offline",
"version": "1.2.20",
"version": "1.2.21",
"description": "The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryptoassets.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,2 +18,15 @@ import { PublicAddress } from './PublicAddress';

export type FioObtDataContent = {
payer_public_address: string;
payee_public_address: string;
amount: string;
chain_code: string;
token_code: string;
status: string;
obt_id: string;
memo: string;
hash: string;
offline_url: string;
}
export const FioAddPubAddressActionAccount = 'fio.address';

@@ -91,8 +104,9 @@ export const FioAddPubAddressActionName = 'addaddress';

export type FioRecordObtDataActionData = {
payer_fio_address: string;
payee_fio_address: string;
content: string;
fio_request_id: number;
max_fee: number;
tpid: string;
actor: string;
content: FioObtDataContent;
fio_request_id: string;
max_fee?: number;
tpid?: string;
actor?: string;
};

@@ -99,0 +113,0 @@

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