1 2 3 4 5 6 7
pub struct BRCPayInvoice { pub invoice_id: String, pub amount_msat: u64, pub payer: String, pub payee: String, pub expiry: u64, }