Function bdk_chain::bitcoin::base64::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.