fetchAccountInstrumentMetadata method

Future<MatexInstrumentMetadata?> fetchAccountInstrumentMetadata()

Implementation

Future<MatexInstrumentMetadata?> fetchAccountInstrumentMetadata() {
  return instrumentProvider.metadata(state.accountCode!);
}