Receipt

Type Alias Receipt 

Source
pub type Receipt = Vec<CommandReceipt>;
Expand description

Receipt defines the result of transaction execution.

Aliased Typeยง

pub struct Receipt { /* private fields */ }