serum-ts
serum-ts copied to clipboard
Use similar variable names in the smart contract and typescript SDK
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.