[][src]Type Definition pallet_contracts_primitives::RentProjectionResult

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

A result type of a rent_projection call.