Type Definition concordium_std::TransferResult

source ·
pub type TransferResult = Result<(), TransferError>;
Expand description

A wrapper around Result that fixes the error variant to TransferError and result to ().