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

Class Msat

plugins/lsps-plugin/src/proto/lsps0.rs:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70/// represented as Millisatoshi `u64`.
71#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
72pub struct Msat(pub u64);
73
74impl Msat {
75 /// Constructs a new `Msat` struct from a `u64` msat value.

Calls

no outgoing calls

Tested by 4

test_msat_serializationFunction · 0.68
test_policy_paramsFunction · 0.68