interface MsgUpdatePriceTickSize {
    creator: string;
    tickSizeList: TickSize[];
}

Properties

creator: string
tickSizeList: TickSize[]