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
This subscription should replace both transactionConfirmed(address: Address!): TransactionAttestation and transactionError(address: Address!): TransactionError.
transactionValidation sends notification when transaction validation is done (either on a failure or success).
/// On success{address: Address,success: {crossValidationStamps: [{nodePublicKey: PublicKey,signature: Hex},],},}/// On Failure{address: Address,failure: {context: ErrorContext,error: ErrorDetails}}
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
This subscription should replace both
transactionConfirmed(address: Address!): TransactionAttestation
andtransactionError(address: Address!): TransactionError
.transactionValidation
sends notification when transaction validation is done (either on a failure or success).The text was updated successfully, but these errors were encountered: