interface MsgPlaceOrders {
    contractAddr: string;
    creator: string;
    funds: Coin[];
    orders: Order[];
}

Properties

contractAddr: string
creator: string
funds: Coin[]
orders: Order[]