interface QueryGetOrderByIDResponseAmino {
    order: undefined | OrderAmino;
}

Properties

Properties

order: undefined | OrderAmino