We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf31cf commit 00c5957Copy full SHA for 00c5957
src/types/msg/dex/cancelOrder.ts
@@ -19,6 +19,7 @@ export class CancelOrderMsg extends BaseMsg {
19
private address: string
20
private symbol: string
21
private orderId: string
22
+ public readonly aminoPrefix: AminoPrefix = AminoPrefix.CancelOrderMsg
23
24
constructor(address: string, sybmol: string, orderId: string) {
25
super()
0 commit comments