ExecutionStatusFailure
type ExecutionStatusFailure
The Transaction didn't execute successfully.
Failed transactions are still committed to the blockchain but any intended effects are rolled back to prior to this transaction executing with the caveat that gas objects are still smashed and gas usage is still charged.
type ExecutionStatusFailure struct {
Error ExecutionError
Command *uint64
}
func (ExecutionStatusFailure) Destroy
func (e ExecutionStatusFailure) Destroy()