serum-ts icon indicating copy to clipboard operation
serum-ts copied to clipboard

Use similar variable names in the smart contract and typescript SDK

Open secretshardul opened this issue 3 years ago • 0 comments

coin_mint from smart contract becomes baseMint in the typescript SDK, pc_mint becomes quoteMint and so on.

This can confuse those who are unfamiliar with market maker terminology. How about using similar variable names everywhere? It will be easier to make changes in the typescript SDK. Breaking change.

secretshardul avatar Jun 29 '21 10:06 secretshardul