You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We originally required {step: Step, codec?: PgCodec} because we needed to encode the parameters. But we know the types of the arguments, so we should be able to accept steps directly too and just use the default codec for that parameter if one isn't specified.