[][src]Type Definition damn_vuln_blockchain::error::ChainResult

type ChainResult<V> = Result<V, ChainError>;

Result datatype for Chain interactions