We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ae_mdw/docs/swagger_v3/transactions.spec.yaml
Lines 29 to 32 in 6f6f747
In js sdk I'm using autorest which converts snake_case properties to camelCase and this stops working if properties are not defined. So, instead
tx: { accountId: 'ak_2Fh6StA76AKdy8qsGdkEfkQyVmAYc2XE1irWRnDgXKhmBLKoXg', nameFee: 500000000000000, nameId: 'nm_27MpcZebrNCLB8AWaJBjp6TrzdjwMWKDJQDBnTWb82E2sut7P7', nameSalt: 0, ... },
I'm getting
tx: { account_id: 'ak_2Fh6StA76AKdy8qsGdkEfkQyVmAYc2XE1irWRnDgXKhmBLKoXg', name_fee: 500000000000000, name_id: 'nm_27MpcZebrNCLB8AWaJBjp6TrzdjwMWKDJQDBnTWb82E2sut7P7', name_salt: 0, ... },
There should be a way to reference tx definition from aenode's api.
tx
The text was updated successfully, but these errors were encountered:
yaboiishere
No branches or pull requests
ae_mdw/docs/swagger_v3/transactions.spec.yaml
Lines 29 to 32 in 6f6f747
In js sdk I'm using autorest which converts snake_case properties to camelCase and this stops working if properties are not defined. So, instead
I'm getting
There should be a way to reference
tx
definition from aenode's api.The text was updated successfully, but these errors were encountered: