breez_sdk_liquid::lightning_125::bitcoin::base64

Function decode

pub fn decode<T>(input: T) -> Result<Vec<u8>, DecodeError>
where T: AsRef<[u8]>,
👎Deprecated since 0.21.0: Use Engine::decode
Expand description

Decode base64 using the STANDARD engine.

See Engine::decode.