MCPcopy Create free account
hub / github.com/ElementsProject/lightning / Amount

Class Amount

cln-rpc/src/primitives.rs:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171#[derive(Copy, Clone, Debug, PartialEq)]
172pub struct Amount {
173 msat: u64,
174}
175
176impl Amount {
177 pub fn from_msat(msat: u64) -> Amount {

Callers 6

fromMethod · 0.85
deserializeMethod · 0.85
test_amount_all_anyFunction · 0.85
on_lsps_lsps2_invoiceFunction · 0.85
fund_jit_channelMethod · 0.85
fund_jit_channelMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_amount_all_anyFunction · 0.68