package status type Status string const ( Unknown = "UNKNOWN" Successful = "SUCCESSFUL" FailGasPrice = "FAIL_GAS_PRICE" )