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

Function p2sh_to_base58

bitcoin/base58.c:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40char *p2sh_to_base58(const tal_t *ctx, const struct chainparams *chainparams,
41 const struct ripemd160 *p2sh)
42{
43 return to_base58(ctx, chainparams->p2sh_version, p2sh);
44}
45
46static bool from_base58(u8 *version,
47 struct ripemd160 *rmd,

Callers 4

encode_pubkey_to_addrFunction · 0.85
json_add_fallbackFunction · 0.85
mainFunction · 0.85

Calls 1

to_base58Function · 0.85

Tested by

no test coverage detected