Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecStatusResponse ¶
type ExecStatusResponse struct {
ExecutionID string `json:"executionId"`
Status string `json:"status"`
Type string `json:"type"`
TransactionHash *string `json:"transactionHash"`
TransactionLink *string `json:"transactionLink"`
Result any `json:"result"`
Error *string `json:"error"`
CreatedAt string `json:"createdAt"`
CompletedAt *string `json:"completedAt"`
}
ExecStatusResponse represents the execution status API response. Shared by transfer, contract-call and status commands.
Click to show internal directories.
Click to hide internal directories.