LodashCreateCallParams:
    | Expand<
        AppClientBareCallParams & { method?: never } & {
            onComplete?: OnApplicationComplete.NoOpOC;
        } & CreateSchema,
    >

Defines supported create method params for this smart contract