@altangent/lib-coinbase
Advanced tools
Comparing version 0.12.6 to 0.12.7
@@ -85,2 +85,11 @@ export declare namespace Results { | ||
transaction_url: string; | ||
transaction_fee: { | ||
amount: string; | ||
currency: string; | ||
}; | ||
transaction_amount: { | ||
amount: string; | ||
currency: string; | ||
}; | ||
confirmations: number; | ||
}; | ||
@@ -87,0 +96,0 @@ type From = { |
@@ -96,2 +96,5 @@ /* eslint-disable @typescript-eslint/no-namespace */ | ||
transaction_url: string; | ||
transaction_fee: { amount: string, currency: string }, | ||
transaction_amount: { amount: string, currency: string }, | ||
confirmations: number, | ||
}; | ||
@@ -98,0 +101,0 @@ |
{ | ||
"name": "@altangent/lib-coinbase", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"description": "Coinbase API client", | ||
@@ -27,3 +27,3 @@ "author": "Brian Mancini <bmancini@gmail.com>", | ||
"dependencies": { | ||
"@altangent/lib-http": "^0.12.6" | ||
"@altangent/lib-http": "^0.12.7" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "414dd618417fe0f78271cf262a1f7e6a18d98b9a" | ||
"gitHead": "ddb52a2b88ec41da1064bb048230e42bf66113b7" | ||
} |
Sorry, the diff of this file is not supported yet
23203
22
512
Updated@altangent/lib-http@^0.12.7