Replacing weight with vsize in transactions api to match esplora.

This commit is contained in:
softsimon
2021-01-28 18:24:02 +07:00
parent 02c4ad2688
commit c9ef7cf0f3
2 changed files with 0 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
export interface TransactionStripped {
txid: string;
fee: number;
weight?: number // deprecated
vsize: number;
value: number;
}