these parameters were unnamed in BCD or TZStats and I was seeking a way to describe them. Then I realised my mistake and refactored the entrypoint to
@sp.entrypoint
def myfunction(x, y):
Why some entrypoints’ arguments displayed in BCD in the same order as I specified them in the source file and some are reversed, e.g. “y” comes before “x”?