PayKeysendRequest constructor
const
PayKeysendRequest({})
Implementation
const PayKeysendRequest({
required amountMsat,
required this.pubkey,
this.preimage,
this.tlvRecords,
}) : amountSat = amountMsat ~/ 1000,
super(method: NwcMethod.PAY_KEYSEND);