fiosdk-offline
Advanced tools
Comparing version 1.2.20 to 1.2.21
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1983870
11934