Trait bp7::bundle::Block[][src]

pub trait Block {
    fn to_cbor(&self) -> ByteBuffer;
}

Required methods

Convert block struct to a serializable enum

Implementors