type FundStateProps = Pick<FundState,
| "country"
| "cryptoCurrency"
| "cryptoDecimalPlaces"
| "fiatCurrency"
| "fiatDecimalPlaces"
| "locale"
| "network"
| "presetAmountInputs"
| "subdivision"
| "destinationAddress">;
Was this page helpful?