AlbyGoConnectConfig constructor
const
AlbyGoConnectConfig({
- required String appName,
- required String appIconUrl,
- required String callback,
- String discoveryRelay = 'wss://relay.getalby.com',
- List<
NwcMethod> requestMethods = _defaultAlbyGoRequestMethods, - String walletName = 'Alby Go',
- AlbyGoConnectMethod connectMethod = AlbyGoConnectMethod.walletAuth,
- String nostrNwcHost = 'connect',
Implementation
const AlbyGoConnectConfig({
required this.appName,
required this.appIconUrl,
required this.callback,
this.discoveryRelay = 'wss://relay.getalby.com',
this.requestMethods = _defaultAlbyGoRequestMethods,
this.walletName = 'Alby Go',
this.connectMethod = AlbyGoConnectMethod.walletAuth,
this.nostrNwcHost = 'connect',
});