@dfns/blockchain-integration
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -7,4 +7,4 @@ export declare type Signature = { | ||
export declare type SendPaymentTxParams = { | ||
to?: string; | ||
value?: string; | ||
to: string; | ||
value: string; | ||
}; |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
19670