Records an approval from a custodian wallet for a transaction proposal in the multi-signature workflow.
The unique identifier of the transaction proposal to approve.
The approval request containing the custodian wallet tenant identifier.
Proposal approved successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"updatedRow": {
"walletTenantId": 2048,
"walletName": "Main Wallet",
"walletAddress": "0x1234567890abcdef1234567890abcdef12345678",
"activeCustodians": 2,
"approval": 2,
"status": "Approved",
"blockchainId": 137
}
}