jacquard-api 0.11.1

Generated AT Protocol API bindings for Jacquard
Documentation
1
2
3
4
5
6
7
8
9
10
// @generated by jacquard-lexicon. DO NOT EDIT.
//
// Lexicon: net.mimonelu.klearsky.lightning
//
// This file was automatically generated from Lexicon schemas.
// Any manual changes will be overwritten on the next regeneration.

use jacquard_common::CowStr;
/// Lightning Address for Bitcoin Lightning Network payments. Used as an extension field in app.bsky.feed.post records to enable tipping.
pub type Lightning<'a> = CowStr<'a>;