Consolidate signature-status rpcs (#9069)
* getSignatureStatus: return confirmations for non-rooted transactions * Remove getNumConfirmations.. rpc * Remove getSignatureConfirmation * Review comments * More review comments
This commit is contained in:
@@ -30,6 +30,7 @@ pub struct TransactionStatusMeta {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct TransactionStatus {
|
||||
pub slot: Slot,
|
||||
pub confirmations: Option<usize>,
|
||||
pub status: Result<()>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user