pub struct StorageBytes {}
Expand description

A persistent storage type to store a collection of tightly packed bytes.

Trait Implementations

pub fn abi_encode(self, buffer: Buffer) -> Buffer

pub fn abi_decode(refmut _buffer: BufferReader) -> Self