chore: update wallet types to align with protos (#1351)

This commit is contained in:
Matthew Russell
2022-09-16 17:04:54 +01:00
committed by GitHub
parent b8d5680011
commit 666fe9aebb
+2 -2
View File
@@ -90,7 +90,7 @@ interface ProposalNewMarketTerms {
future: {
settlementAsset: string;
quoteName: string;
settlementPriceDecimals: number;
settlementDataDecimals: number;
oracleSpecForSettlementPrice: OracleSpecFor;
oracleSpecForTradingTermination: OracleSpecFor;
oracleSpecBinding: OracleSpecBinding;
@@ -127,7 +127,7 @@ interface ProposalUpdateMarketTerms {
code: string;
future: {
quoteName: string;
settlementPriceDecimals: number;
settlementDataDecimals: number;
oracleSpecForSettlementPrice: OracleSpecFor;
oracleSpecForTradingTermination: OracleSpecFor;
oracleSpecBinding: OracleSpecBinding;