GetTransactionSignWeight¶
Validate a partially-signed multi-sig transaction; returns the current accumulated weight and whether the threshold has been reached.
- Service:
Walletonly
rpc GetTransactionSignWeight (Transaction) returns (TransactionSignWeight) {}
See the corresponding HTTP endpoint at /wallet/getsignweight.