relayInformationsDocumentNip11 abstract method

Future<RelayInformations?> relayInformationsDocumentNip11({
  1. required String relayUrl,
  2. bool throwExceptionIfExists,
})

Implementation

Future<RelayInformations?> relayInformationsDocumentNip11({
  required String relayUrl,
  bool throwExceptionIfExists,
});