TxStatusResult
Signature:
{
status: 'UNKNOWN' | 'PENDING' | 'FAILED' | 'SUCCEEDED'
}Parameters:
| Parameter | Type | Description |
|---|---|---|
status | String |
|
Example:
{
"status" : "PENDING"
}Function Types
Updated 8 months ago
Did this page help you?