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

Method to_vec

cln-rpc/src/primitives.rs:372–374  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

370
371impl Secret {
372 pub fn to_vec(self) -> Vec<u8> {
373 self.0.to_vec()
374 }
375}
376
377impl From<Secret> for [u8; 32] {

Callers 15

fromMethod · 0.80
fromMethod · 0.80
newMethod · 0.80
decision_to_responseFunction · 0.80
from_bytesMethod · 0.80
set_u64Method · 0.80
encode_tu64Function · 0.80
recFunction · 0.80

Calls

no outgoing calls