interface ShortBookAmino {
    entry: undefined | OrderEntryAmino;
    price: string;
}

Properties

Properties

entry: undefined | OrderEntryAmino
price: string