Type Definition pallet_contracts_primitives::RentProjectionResult[][src]

type RentProjectionResult<BlockNumber> = Result<RentProjection<BlockNumber>, ContractAccessError>;
Expand description

Result type of a rent_projection call.