jacquard-api 0.12.0-beta.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, BosStr, DefaultStr, FromStaticStr};
/// Lightning Address for Bitcoin Lightning Network payments. Used as an extension field in app.bsky.feed.post records to enable tipping.
pub type Lightning<S = DefaultStr> = S;