Transaction execution result

interface ExecutionResult {
    error?: string;
    success: boolean;
    transactionHash?: string;
}

Properties

error?: string
success: boolean
transactionHash?: string