Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Decoder

Fully qualified path: alexandria_encoding::base58::Decoder

pub trait Decoder<T>

Trait functions

decode

Decodes Base58 encoded data back to raw bytes

Arguments

  • data - The Base58 encoded data to decode

Returns

  • Array<u8> - Raw bytes decoded from Base58 format

Fully qualified path: alexandria_encoding::base58::Decoder::decode

fn decode(data: T) -> Array<u8>