blacklistrc 0.0.1

BRC: Blacklist Request for Comment
Documentation
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,
}