Remove VSize, can get from Transaction
This commit is contained in:
parent
139197e545
commit
14d10c74a5
4 changed files with 1 additions and 35 deletions
types
1
types/psbt.d.ts
vendored
1
types/psbt.d.ts
vendored
|
@ -58,7 +58,6 @@ export declare class Psbt {
|
|||
extractTransaction(disableFeeCheck?: boolean): Transaction;
|
||||
getFeeRate(): number;
|
||||
getFee(): number;
|
||||
getVSize(): number;
|
||||
finalizeAllInputs(): this;
|
||||
finalizeInput(inputIndex: number): this;
|
||||
validateSignaturesOfAllInputs(): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue