Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ from
Method
from
cln-grpc/src/pb.rs:11–13 ·
view source on GitHub ↗
(a: JAmount)
Source
from the content-addressed store, hash-verified
9
10
impl From<JAmount> for Amount {
11
fn from(a: JAmount) -> Self {
12
Amount { msat: a.msat() }
13
}
14
}
15
16
impl From<Amount> for JAmount {
Callers
nothing calls this directly
Calls
4
Amount
Class · 0.85
msat
Method · 0.80
to_vec
Method · 0.80
unwrap
Method · 0.80
Tested by
no test coverage detected