Struct evm_coder::custom_signature::SignatureUnit
source · pub struct SignatureUnit {
pub data: [u8; 256],
pub len: usize,
}
Expand description
Storage for the signature or its elements.
Fields§
§data: [u8; 256]
Signature data.
len: usize
The actual size of the data.