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

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

Required methods

fn to_cbor(&self) -> ByteBuffer

Convert block struct to a serializable enum

Loading content...

Implementors

impl Block for CanonicalBlock[src]

impl Block for PrimaryBlock[src]

Loading content...