marina-provider
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -1,2 +0,2 @@ | ||
import { AccountID, AccountInfo, AddressInterface, Balance, Template, EventListenerID, MarinaEventType, NetworkString, PsetBase64, RawHex, Recipient, SentTransaction, SignedMessage, Transaction, Utxo } from './types'; | ||
import { AccountID, AccountInfo, AddressInterface, Balance, Template, EventListenerID, MarinaEventType, NetworkString, PsetBase64, RawHex, Recipient, SentTransaction, SignedMessage, Transaction, Utxo, TemplateString } from './types'; | ||
/** | ||
@@ -31,5 +31,5 @@ * Define the Marina provider methods. | ||
importTemplate(template: Template, changeTemplate?: Template): Promise<void>; | ||
getNextAddress(): Promise<AddressInterface>; | ||
getNextChangeAddress(): Promise<AddressInterface>; | ||
getNextAddress(constructorParams?: Record<TemplateString, string | number>): Promise<AddressInterface>; | ||
getNextChangeAddress(constructorParams?: Record<TemplateString, string | number>): Promise<AddressInterface>; | ||
signMessage(message: string): Promise<SignedMessage>; | ||
} |
@@ -83,3 +83,4 @@ /// <reference types="node" /> | ||
} | ||
export declare type TemplateType = 'marina-descriptors' | 'ionio-artifact'; | ||
export declare type TemplateString = string; | ||
export declare type TemplateType = 'ionio-artifact'; | ||
export interface Template<T = any> { | ||
@@ -86,0 +87,0 @@ type: TemplateType; |
{ | ||
"name": "marina-provider", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Marina injected API", | ||
@@ -28,3 +28,4 @@ "repository": "git@github.com:vulpemventures/marina-provider.git", | ||
"trailingComma": "es5" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
224079
1851