You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/api/remote-procedure-calls-wallet.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2169,8 +2169,7 @@ _Result---payment details_
2169
2169
| → →<br>`generated`| bool | Optional<br>(0 or 1) | Set to `true` if the transaction is a coinbase. Not returned for regular transactions or _move_ category payments |
2170
2170
| → →<br>`trusted`| bool | Optional<br>(0 or 1) | Indicates whether we consider the outputs of this unconfirmed transaction safe to spend. Only returned for unconfirmed transactions |
2171
2171
| → →<br>`blockhash`| string (hex) | Optional<br>(0 or 1) | The hash of the block on the local best block chain which includes this transaction, encoded as hex in RPC byte order. Only returned for confirmed transactions |
2172
-
| → →<br>`blockheight` | string (hex) | Optional<br>(0 or 1) | The block height containing the transaction.
2173
-
|
2172
+
| → →<br>`blockheight`| string (hex) | Optional<br>(0 or 1) | The block height containing the transaction. |
2174
2173
| → →<br>`blockindex`| number (int) | Optional<br>(0 or 1) | The index of the transaction in the block that includes it. Only returned for confirmed transactions |
2175
2174
| → →<br>`blocktime`| number (int) | Optional<br>(0 or 1) | The block header time (Unix epoch time) of the block on the local best block chain which includes this transaction. Only returned for confirmed transactions |
2176
2175
| → →<br>`txid`| string (hex) | Optional<br>(0 or 1) | The TXID of the transaction, encoded as hex in RPC byte order. Not returned for _move_ category payments |
0 commit comments