Type Alias: CreateAccountOutput
type CreateAccountOutput =
| CreateAccountSuccess
| CreateAccountFailed;Defined in: apps/submitter/lib/handlers/createAccount/types.ts:31
Output of an account/create call: either an account successfully created (or previously created), or a failure.