Type Alias near_ledger::SignatureBytes

source ·
pub type SignatureBytes = Vec<u8>;
Expand description

Alias of Vec<u8>. The goal is naming to help understand what the bytes to deal with

Aliased Type§

struct SignatureBytes { /* private fields */ }