Wait for supermajority of cluster to have rooted a transaction to consider it finalized (#9618) (#9626)

automerge
This commit is contained in:
mergify[bot]
2020-04-21 01:09:26 -07:00
committed by GitHub
parent 9abc84c583
commit e0e7fc8e52
3 changed files with 44 additions and 17 deletions

View File

@@ -733,7 +733,7 @@ An array of:
* `<null>` - Unknown transaction
* `<object>`
* `slot: <u64>` - The slot the transaction was processed
* `confirmations: <usize | null>` - Number of blocks since signature confirmation, null if rooted
* `confirmations: <usize | null>` - Number of blocks since signature confirmation, null if rooted, as well as finalized by a supermajority of the cluster
* `err: <object | null>` - Error if transaction failed, null if transaction succeeded. [TransactionError definitions](https://github.com/solana-labs/solana/blob/master/sdk/src/transaction.rs#L14)
* DEPRECATED: `status: <object>` - Transaction status
* `"Ok": <null>` - Transaction was successful