Replacing weight with vsize in transactions api to match esplora.
This commit is contained in:
@@ -31,7 +31,6 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
|
||||
export interface TransactionStripped {
|
||||
txid: string;
|
||||
fee: number;
|
||||
weight?: number // deprecated
|
||||
vsize: number;
|
||||
value: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user