Searched refs:from_bip70_payreq (Results 1 – 3 of 3) sorted by relevance
145 def from_bip70_payreq(cls, pr: 'PaymentRequest', height:int) -> 'OnchainInvoice': member in OnchainInvoice
756 return OnchainInvoice.from_bip70_payreq(pr, height)
173 invoice = OnchainInvoice.from_bip70_payreq(self.pr)